Expand description
ODCL (Open Data Contract Language) parser service for parsing legacy ODCL YAML files.
This service parses legacy ODCL (Data Contract Specification) YAML files and converts them to Table models. ODCL is the predecessor to ODCS (Open Data Contract Standard).
Supports multiple legacy formats:
- Data Contract Specification format (dataContractSpecification, models, definitions)
- Simple ODCL format (name, columns)
For ODCS v3.1.0/v3.0.x format, use the ODCSImporter instead.
Structsยง
- ODCL
Importer - ODCL parser service for parsing legacy Open Data Contract Language YAML files. Handles Data Contract Specification format and simple ODCL format.