String ToolsNew
Delimited Text Extractor
String ToolsNew
Extract a specific column from delimited text (CSV, TSV, log lines).
Pick out one column from a delimited list. Set the delimiter (comma, tab, pipe…), choose the column number, and grab just that field from every row.
Does it handle quoted CSV fields?
No — this is a simple split. For full CSV parsing, normalise quotes first.