Data Guard Example Pack
This starter pack is designed to work with the built-in example row struct:
Example Item Stats Row- native type name:
FDataGuardFeature1TestRow
Included files:
Example_ItemStats_Valid.csvExample_ItemStats_Large.csvExample_ItemStats_Unicode.csvExample_ItemStats_SpreadsheetExport.csvExample_ItemStats_DuplicateKeys.csvExample_ItemStats_DuplicateHeader.csvExample_ItemStats_Schema.jsonExample_ItemStats_Overlay.jsonExample_ItemStats_Broken.csvExample_ItemStats_AllInvalid.csvExample_ItemStats_BrokenSchema.jsonExample_ItemStats_BrokenOverlay.jsonExample_WideDataset_Valid.csvExample_WideDataset_Schema.json
Suggested first runs
- Struct-only
- Choose struct:
Example Item Stats Row - Choose CSV:
Example_ItemStats_Valid.csv
- Choose struct:
- JSON Schema
- Choose CSV:
Example_ItemStats_Valid.csv - Choose schema JSON:
Example_ItemStats_Schema.json
- Choose CSV:
- Struct + JSON Rules
- Choose struct:
Example Item Stats Row - Choose CSV:
Example_ItemStats_Valid.csv - Choose overlay JSON:
Example_ItemStats_Overlay.json
- Choose struct:
Expected result:
- all three workflows should validate successfully
- the CSV should be importable into a DataTable that uses
Example Item Stats Row
Suggested failure runs
- Struct-only partial or mixed validation example using
Example_ItemStats_Broken.csv - Struct-only full failure example using
Example_ItemStats_AllInvalid.csv - JSON Schema setup failure using
Example_ItemStats_BrokenSchema.json - Struct + JSON Rules overlay failure using
Example_ItemStats_BrokenOverlay.json
Production-readiness checks
- Large CSV quick check:
Example_ItemStats_Large.csv - Wide CSV quick check:
Example_WideDataset_Valid.csv - Unicode CSV quick check:
Example_ItemStats_Unicode.csv - Spreadsheet-export CSV quick check:
Example_ItemStats_SpreadsheetExport.csv - Duplicate-key CSV quick check:
Example_ItemStats_DuplicateKeys.csv - Malformed-header CSV quick check:
Example_ItemStats_DuplicateHeader.csv