-
-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Reference
benzsevern edited this page Mar 29, 2026
·
1 revision
infermap map SOURCE TARGET [OPTIONS]Map source columns to target schema.
| Option | Description | Default |
|---|---|---|
--table |
DB table name | |
--required |
Comma-separated required fields | |
--schema-file |
Schema definition file | |
--format |
Output: table, json, yaml | table |
-o, --output |
Save config to file | |
--min-confidence |
Minimum confidence | 0.3 |
-v, --verbose |
INFO-level logs | |
--debug |
DEBUG-level logs |
infermap apply SOURCE -c CONFIG -o OUTPUTApply a saved mapping to remap a file.
infermap inspect SOURCE [--table TABLE]Show fields, types, null rates, and sample values.
infermap validate SOURCE -c CONFIG [--required FIELDS] [--strict]Check source against a mapping. --strict exits code 1 if required fields are unmapped.