Preview CSV
csv_previewParse CSV or TSV text to retrieve column names, total row count, and a few sample rows for quick data preview.
Instructions
Parse CSV/TSV text and return its columns, total row count, and a few sample rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | Raw CSV/TSV text, including a header row. | |
| delimiter | No | Field delimiter; defaults to ",". | |
| limit | No | Sample rows to return (default 5). |