If you are facing an error as below in the CSV to XML converter, there is a solution for it.
java.lang.IllegalStateException: Element name [] not found in provided XML schema file
Solution:
There is an issue in the XPATH defined in the CSV to XML converter:
Path to Target Element in XSD: Root/
Instead of /Root or /Root/ use as Root/
java.lang.IllegalStateException: Element name [] not found in provided XML schema file
Solution:
There is an issue in the XPATH defined in the CSV to XML converter:
Path to Target Element in XSD: Root/
Instead of /Root or /Root/ use as Root/
No comments:
Post a Comment