load_json_dataset
Load a JSON file and apply a jq expression to parse records, enabling iterative data processing record by record.
Instructions
Load a JSON dataset using a jq expression that returns an array of records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the JSON file | |
| jq_expression | Yes | jq expression that returns an array (e.g., '.data[]', '.items', '.[].records') |