Import components from CSV mapping
Add components to an existing draft data structure using a CSV file and column mapping. Multipart form with file (CSV) and payload (JSON string), or JSON body with upload_id (completed resumable upload) plus mapping fields. Payload shape: { delimiter, dry_run?, overwrite?, components: [{ name, label, column_type, csv_column, codelist?: { mode: global|from_csv, ... } }] }. Codelists created from CSV use maintainable id CL_{component_name} under the structure agency.
Path parameters
Request body
Response
Import or dry-run summary
Changes
Changed in 2 of the 12 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 37 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲