We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import
Imports data from a supported source format into an existing code list document file (in OpenCodeList format).
ocl import {--file | -f} <file-path> --from-format { csv | ssv } --from-file <file-path>
For an explanation of the command-line notation, see Command-Line Syntax.
The import command imports data from a supported source format into an existing code list document file (in OpenCodeList format).
The following source formats are supported:
Imports data from a CSV file into an existing code list file.
ocl import --file countries.ocl --from-format csv --from-file countries.csv
--file or -f
--file
-f
Specifies the OpenCodeList file to be updated.
--from-format
Specifies the source file format.
Supported values:
csv
ssv
--from-file
Specifies the source file to import.