Hi All,
I would like to generate in Alteryx the .xml file based on the .xsd schema.
I saw that similar topics were discussed some time ago, and I wanted to know if perhaps something has changed regarding the availability of the solution.
For better understanding of the problem, there is a brief description of the issue I need to solve:
In Poland taxpayers are obligated to send tax information to the Tax Office in .xml file format. The scope of the information is defined by the .xsd schema. What I want to achieve is to process in Alteryx the information from the various excel files and get .xml as the output file that will meet the requirements from the schema.
I will be very grateful for your help!
I've done this. It's quite complicated. you need to recreate all of the xsd requirements in your workflow and output as a .text file with a .xml extension.
It requires decent knowledge of XML schemas and decent Alteryx knowledge. If you do not have both - I would expect this may take you awhile.
Thank you for the information. Could you please share with the the flow with your work? Or at least some clipping so I can get a feel for how it's done.
Sorry - this is a complicated flow and is the property of a former client. I would recommend taking the .xsd apart and seeing what components you would need and building off of that. If this is a public .xsd (ie a European tax filing) feel free to share the schema.