onto_map
Inspect a data file's schema against a loaded ontology to produce a reviewable JSON mapping ready for use in data ingestion.
Instructions
Generate a mapping config by inspecting a data file's schema against the currently loaded ontology. Returns a JSON mapping that can be reviewed and passed to onto_ingest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Data format (auto-detected if omitted) | |
| data_path | Yes | Path to sample data file to generate mapping for | |
| save_path | No | Optional path to save the generated mapping config |