9 chars · 1 line
9 chars · 1 line
9 chars · 1 line
9 chars · 1 line
CSV empty-dataset troubleshooting
The preloaded CSV defines name and role but contains no later records. The converter uses the first row only as keys, so there are zero objects to emit and the result is an empty array. This tool is free to use. No account or payment is required.
Last updated
A header tells the converter which property names to use. It does not represent a data object by itself, so a header-only file naturally maps to an empty array.
The output below is the actual JSON produced by the same CSV to JSON mode for the preloaded source.
name,role[]Common questions
No. It accurately represents zero data rows.
Header cells become property names, not record values.
Confirm the export actually wrote records below the header and that you imported the complete file.
Debugging a specific CSV issue? Browse CSV troubleshooting.