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 the typeAnnotation,LinkObj, andRegion. - The columns 
ark,iri, andcreation_dateare only used for DaSCH internal data migration. - If 
fileis provided, but nofile permissions, an attempt will be started to deduce them from the resource permissions (res-default→prop-defaultandres-restricted→prop-restricted). If this attempt is not successful, aBaseErrorwill be raised. 
  
    
      Last update:
      October 31, 2023