Hi, I'm trying to understand XSD Driven XML Writer and wrote a simple example that reads 3 CSV file with customer and address data and write a xml file containing all of the feature types.
The resulting xml is empty when I run the whole process. Running "customers" only writes at least the top element into the xml.
I connected all feature types with xml_parent_id and xml_id together.
Unfortunately the error message is saying nothing that would help me to find my problem.
Please help me with providing a information or repairing my work sheet.
I could also not find any example for this problem.