csv_large_fields
Identify CSV fields with large values (e.g., base64 images, JSON blobs) to detect which fields were truncated during CSV inspection.
Instructions
List fields in a CSV that contain large values (e.g., base64 images, JSON blobs). Helps identify which fields were truncated in csv_inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the CSV file | |
| threshold | No | Character length threshold for "large" (default: 1000) | |
| sampleRows | No | Number of rows to sample (default: 100) |