The output is not what I expected.
Recheck the input, selected options and the limitation notes below; preserve the original before trying a destructive cleanup. Quoted delimiters, escaped quotes and multiline CSV fields are not parsed.
Pull one column from simple delimited lines without opening a spreadsheet.
Choose a delimiter and a 1-based column number. The tool splits each line and returns the selected field; it is suitable for simple CSV-like, TSV, pipe-delimited and log data, but it is not a standards-compliant CSV parser for quoted or multiline fields.
Paste simple delimited rows, choose a column and extract the values.
Maximum 500,000 characters: 0 / 500000
No result
Paste the delimited rows and identify the character between fields.
Select the delimiter and enter the target column number starting from 1.
Extract the values, inspect short or uneven rows and copy the result.
Recheck the input, selected options and the limitation notes below; preserve the original before trying a destructive cleanup. Quoted delimiters, escaped quotes and multiline CSV fields are not parsed.
Reduce the input, split the operation into smaller batches and close other memory-heavy tabs. Keep an original copy before retrying.
Test the destination app, font and character encoding. Some apps normalize whitespace or render Unicode differently.
Choose a delimiter and a 1-based column number. The tool splits each line and returns the selected field; it is suitable for simple CSV-like, TSV, pipe-delimited and log data, but it is not a standards-compliant CSV parser for quoted or multiline fields.
The first column is 1.
The tool uses simple delimiter splitting and does not parse quoted CSV fields. Use a standards-compliant CSV workflow instead.
Quoted delimiters, escaped quotes and multiline CSV fields are not parsed. Rows with fewer columns need an explicit, tested behavior. Use a full CSV parser or CSV converter for standards-compliant files.
Paste simple delimited rows, choose a column and extract the values.