infer_schema
Parse data files to analyze field types, null rates, cardinality, and sample values. Understand source data before defining mappings.
Instructions
Parse a data file (.csv, .json, .ndjson) and return field analysis: detected types, null rates, cardinality, and sample values. Use this to understand the source data before defining mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | If true, save the inferred schema to .glean/schema.json | |
| file_path | Yes | Path to a .csv, .json, .ndjson, or .jsonl file to analyze |