Data FormatsLOCALRuns in your browser
CSV Column Extractor
Pull one or more columns out of CSV or TSV text in the browser, by number or header name.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
How it works
The parser follows RFC 4180: double-quoted fields may contain the delimiter, newlines, and "" escaped quotes. Columns can be given as numbers (1-based), ranges like 2-4, or header names when the first row is a header. Rows shorter than the requested column are reported as missing cells, not errors.