Excel file format to generate an XML data file
If you want to convert customer data to XML, you need the excel2xml module instead of the CLI command. |
With the excel2xml
CLI command,
an XML data file can be created from an Excel/CSV file.
The Excel/CSV file must be structured as in this image:
Some notes:
- The special tags
<annotation>
,<link>
, and<region>
are represented as resources of restypeAnnotation
,LinkObj
, andRegion
. - The columns "ark", "iri", and "creation_date" are only used for DaSCH-internal data migration.
- If
file
is provided, but nofile permissions
, an attempt will be started to deduce them from the resource permissions (res-default
-->prop-default
andres-restricted
-->prop-restricted
). If this attempt is not successful, aBaseError
will be raised.
Last update:
March 24, 2023