Hello,
one of my clients pushes data via xml to our system which we built a xml parse pipeline to parse the data for further processing. i am using wrangler's xml to json function to handle this at the moment.
however, the client xml file does not have a fixed structure, so there might be 20 tags or component sometimes and 30 in another time, and this is expected. my current pipeline configuration via wrangler can only handle a fixed format, so i am seeking a solution so a pipeline can handle different format dynamically.
I have provided the following data files for your reference:
1. a word doc with some useful screenshot to explain what i meant above
2. two sample xml files containing different formats
any help from anyone would be greatly appreciated as always.
thanks
Leona