Text to CSV Converter

Convert plain text to CSV format with custom delimiters.

0 characters
0 characters

CSV: the cockroach of data formats. Works everywhere, outlives everything.

Tab-separated? Pipe-delimited? Space-separated? Convert to proper CSV for Excel, Google Sheets, databases.

CSV Escaping Rules (RFC 4180)

Values with commas get quoted: "New York, NY"

Quotes inside values get doubled: "He said ""Hello"""

Line breaks inside values are allowed (when quoted)

This tool handles all of that automatically.