CSV use case
CSV Sample File for Delimiter and BOM Validation
Validate delimiter detection, BOM handling, embedded JSON fields, and regional-number parsing with real CSV fixtures used in import and preview workflows.
121 B
Manifest JSON
SHA256
Starter file
Download
csv_semicolon_delimited_sample.csv
Checklist
Testing Steps
- Compare comma-delimited, semicolon-delimited, and BOM-prefixed CSV files in the same parser path.
- Verify decimal, quoted-field, and embedded-JSON handling before normalizing imported values.
- Check preview headers and inferred schemas after swapping regional CSV variants into the same import flow.
Companion fixtures
Related Variants
Next steps