12-01-2022 10:35 PM
Hi All,
I had parsed the excel sheets which is required and got the columns and rows need to convert to xml with xsd as shown below
B & C are columns of one excel sheet after parsing
pls could any one help how incoming data should be structured/framed(Json format) to satisfy this condition in xsd
Any help is appreciated.
cc: @dmiller, @koryknick, @ptaylor, @bojanvelevski, @siwadon, @del
12-01-2022 10:40 PM
I had formatted to below json excluding XML attribute just for testing purpose but xml generator is giving empty xml pls could any one help if i am missing anything or suggest any way
json(i/p)
xml(o/p)
12-02-2022 12:20 AM
Hi @rashmi,
It would be much easier if you send us the sample input data, and the XML used, complete with the Apache code.
If I’m not mistaken, you are doing additional referencing step in the #For cycles.
Try that and let us know.
12-02-2022 02:11 AM
PIMData.txt (1.8 KB)
hi @bojanvelevski i was trying to frame that structure will share the sample input and xsd pls could u help pls
samplerecords.json (262 Bytes)
Please convert PIMData.txt to PIMData.xsd as the template is in that format
Please also find output expected xml in txt format
outputxml.txt (3.2 KB)
12-02-2022 08:39 PM
Hi rashmi,
Good day, instead of using an xml generator snap have you tried the xml formatter? I don’t know if this is your required output but xml formatter accepts an outgoing format as XSD
XML output using PIMData.xsd
Updates:
,
I’m not that familliar with XSD so I manipulate the sample input using a mapper snap, attached poc pipeline
canvas 15_2022_12_03.slp (16.8 KB)
Thanks,
EmEm