read_file_chunked
Process large Excel or CSV files in sections to manage data within token constraints, enabling analysis of extensive datasets without exceeding processing limits.
Instructions
Read large files in manageable chunks to avoid token limits
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| sheet | No | Sheet name for Excel files (optional) | |
| chunkIndex | No | Chunk index to read (0-based, defaults to 0) | |
| chunkSize | No | Number of rows per chunk (optional, auto-calculated if not provided) |