CSV to Text
Paste CSV and get plain, tab-separated text.
Text (tab-separated)
الأسئلة الشائعة
Does it handle commas or line breaks inside quoted fields?
Yes, quoted CSV fields that contain commas, quotes or line breaks are parsed correctly rather than being split apart, following standard CSV quoting rules.
Is there a limit on how large a CSV I can paste?
There's no hard limit, but since parsing happens in your browser tab, extremely large files (many megabytes) can slow the page down or feel sluggish. For that, a spreadsheet app is usually a better fit.
Is my CSV data sent anywhere?
No, this runs entirely in your browser. Nothing is sent to a server.