Input
1,Alice,London 2,Bob,Paris
Extract & convert
Select one column from line-based delimited data. Choose a comma, tab, pipe, semicolon, or custom delimiter and enter a one-based column number. Rows without that column can be skipped or returned empty.
Focused workspace
Before and after
1,Alice,London 2,Bob,Paris
Alice Bob
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
It handles simple delimited text. Complex quoted CSV should use a dedicated CSV parser.
Column numbering starts at 1.
Yes. Select Custom and enter it.