Extract column
Pull the columns you need out of CSV, TSV or any delimited text.
Related tools
Extract column
Paste a CSV, TSV or any delimited text and pull out just the columns you need. Give the tool a column number and it returns that field from every row, one value per line. Use it to lift the email column out of a CRM export, pull order IDs from a report, turn a wide spreadsheet paste into a plain list, or cut a twenty-column file down to the two columns that matter.
Columns are numbered from 1, and you can ask for several at once. Type 3 for a single column, 1,3,5 for a selection, or 2-4 for a range. The order you type is the order you get, so 3,1 swaps two columns and repeating a number repeats the value. Pick the delimiter your data uses — comma, tab, semicolon, space or pipe — or type your own, where \t stands for a tab.
Quoted CSV fields are read properly: a field wrapped in double quotes may contain the delimiter, escaped quotes written as "", and even line breaks, and it still counts as one column. Switch that off to split strictly on the delimiter instead. Leave the output delimiter empty to reuse the input one, or set it to a tab to paste the result straight back into a spreadsheet. Trimming drops the spaces around each value, and rows shorter than the column you asked for either give an empty value or drop out entirely.
Everything runs in your browser, so the file you paste is never uploaded and customer exports or internal reports stay on your own machine. The tally under the output counts the rows in and out and flags any row that was missing a column.