Logged Message Example
The XML data structure is invalid. The root element must be '<importedData>' to be converted to CSV.
Problem
- This error occurs when a process attempts to convert the final, transformed XML into a CSV format, but the XML does not have the required single root element named <importedData>.
How to Fix
- Inspect the XSLT Template: This error is almost always caused by the XSLT template that generates the final XML.
- Verify the Root Element: Ensure that the top-level element your XSLT creates is <importedData>.