datacontract import csv
Import a data contract from a CSV file.
datacontract import csv [OPTIONS]
| Option | Default | Description |
|---|---|---|
--source | — | Path to the CSV file. |
--output | — | File path where the Data Contract will be saved. If not provided, it will be printed to stdout. |
--json-schema | — | The location (url or path) of the ODCS JSON Schema |
--owner | — | The owner or team responsible for managing the data contract. |
--id | — | The identifier for the data contract. |
--debug / --no-debug | — | Enable debug logging |
datacontract import csv --source data.csv --output datacontract.yaml
Guide: Import: CSV.