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

121 B text/csv SHA256 5096f81a36a1...
Checklist

Testing Steps

  1. Compare comma-delimited, semicolon-delimited, and BOM-prefixed CSV files in the same parser path.
  2. Verify decimal, quoted-field, and embedded-JSON handling before normalizing imported values.
  3. Check preview headers and inferred schemas after swapping regional CSV variants into the same import flow.
Companion fixtures

Related Variants

csv_utf8_bom_sample.csv

86 B · text/csv

Download

csv_decimal_finance_sample.csv

139 B · text/csv

Download

csv_embedded_json_values_sample.csv

229 B · text/csv

Download

csv_quoted_fields_sample.csv

119 B · text/csv

Download
Next steps

Related Pages