Your CSV, inspected
Source: your CSV, parsed locally with Papa Parse ·
- Records, including header
- Widest record
- Delimiter used
- Record separators
Record numbers include the first record. Empty cells show “empty”; missing fields show “missing”. Field and quoting rules.
What needs a look
| Record | Issue | What it means |
|---|
Choose what to change
Your original stays intact. Review the preview before downloading.
Formula-like text is never evaluated here. Prefixing reduces risk but does not guarantee spreadsheet safety. OWASP CSV injection guidance.
Broken quoting makes the parsed values uncertain. Edit the original text above and inspect again before exporting.
Review your export
| Record / column | Before | After |
|---|
CSV uses quoted fields, escaped quotes, UTF-8, and CRLF record separators. JSON uses row arrays, including the first record. Every cell stays a string.
To preserve leading zeros in spreadsheet software, import columns as text. CSV cannot set spreadsheet column types.