41 chars · 3 lines
39 chars · 3 lines
41 chars · 3 lines
39 chars · 3 lines
CSV formatting guide
Paste CSV into the formatter above to parse quoted fields and rewrite the table with consistent escaping and line endings. Choose the delimiter that matches the source, then copy or download normalized CSV without uploading the file. This tool is free to use. No account or payment is required.
Last updated
A formatter must parse the table before rewriting it. Values that contain the delimiter, quotation marks, carriage returns, or line feeds are emitted as quoted fields, and embedded quotation marks are doubled.
Fields that do not require quoting stay unquoted, which keeps the output readable while preserving the parsed cell values.
CSV files can arrive with Windows CRLF or Unix LF record separators. Formatting rewrites parsed records with consistent line breaks without changing line breaks that belong inside a quoted field.
The parser, formatter, file import, copy, and download actions run in your browser, so customer exports and operational tables stay on the device.
The comma inside the notes field remains part of one cell while record endings are normalized.
name,notes
Ada,"API, data"
Linus,Kernelname,notes
Ada,"API, data"
Linus,KernelCommon questions
No. It parses each field and rewrites the same cell text with consistent delimiter and quoting rules.
Yes. A comma inside a properly quoted field remains part of that field rather than becoming a new column.
Yes. Select tab or semicolon before formatting the input.
Debugging a specific CSV issue? Browse CSV troubleshooting.