Input
Alice,London,Editor Bob,Paris,Writer
Extract & convert
Turn delimited values into tab-separated columns that can be pasted into Excel, Google Sheets, or a table editor. Choose the input delimiter, trim cells, and normalize rows with different column counts.
Focused workspace
Before and after
Alice,London,Editor Bob,Paris,Writer
Alice London Editor Bob Paris Writer
Three steps
Useful workflows
How it works
The selected operations are applied in order by JavaScript running on this page. The input is not sent to the Go server and is not written to SQLite. The server provides the page, SEO content, and blog system; the browser performs the text transformation.
Questions
Yes. Tab-separated output normally fills separate spreadsheet columns.
The first version focuses on simple delimiters rather than complete CSV quoting rules.
Yes. Space-aligned output pads each column to its widest cell.