csv_parse
Parse CSV/TSV/semicolon/pipe-delimited data into rows. Returns column headers, row/column counts, delimiter used, column consistency check, and a JSON preview of the first rows. Handles quoted fields and escaped quotes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | The delimited data to parse | |
| delimiter | No | Delimiter: auto, comma, tab, semicolon, or pipe | auto |
| has_header | No | Whether the first row is a header row |