Parse CSV File
lyzr_parse_csvParse CSV files into text chunks by specifying the column to extract as source text. Convert structured tabular data into usable text segments for downstream AI processing.
Instructions
Parse a CSV file into text chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Original filename, including extension | |
| mime_type | No | MIME type of the file, e.g. 'application/pdf' | |
| extra_info | No | JSON string of extra metadata (default '{}') | |
| source_column | Yes | Name of the column to use as the source text | |
| file_content_base64 | Yes | Base64-encoded file content to parse |