get_unique_values
Extract distinct values from a specified field in a JSON file. Use this to explore data variations and identify unique entries quickly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | The field to get unique values for | |
| filePath | Yes | Path to the JSON file on disk (.json) | |
| maxValues | No | Maximum number of unique values to return (default 1000) |