Excel File Format to Generate an XML Data File
Tip
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
<link>
and<region>
are represented as resources of the typeLinkObj
andRegion
. - The columns
ark
,iri
, andcreation_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. If this attempt is not successful, aBaseError
will be raised.