List tools
Column Extractor
Pull only the fields you need from a pasted export.
Processed locally. Your input and output are never uploaded.
Tool overview
Selecting columns from delimited text
The extractor parses CSV-style delimiters, supports headers or one-based positions, previews the selected cells, and writes a new delimited output.
Select fields from pasted exports
- Clean pasted work data before another tool uses it
- Inspect a browser-local conversion before copying it
- Prepare examples for documentation or support notes
Pick columns by name or position
- Paste or type the input.
- Choose the processing options that match the source.
- Run the tool and review the result.
- Copy or download the output.
Delimiters, headers, trimming, and output format
- Options are explicit so destructive behavior is visible before processing.
- Input and output stay in separate editors.
- Examples load realistic settings for the tool.
Extract an email column
Before
name,email,city Ana,ana@example.com,Jakarta Bo,bo@example.com,Bandung
After
email ana@example.com bo@example.com
Whitespace-delimited data can be ambiguous
- Ambiguous input may need an explicit mode.
- Large input may move to the local worker.
- Browser standards can differ slightly for edge-case syntax.
Questions
Column Extractor FAQ
Does Column Extractor upload my input?
No. Processed locally. Your input and output are never uploaded.
Can Column Extractor change meaning?
Only options described on the page are applied; review output before using it in a workflow.
What happens with invalid input?
The tool reports an error and leaves the source text available in the input editor.