04-03-2022 08:15 PM
Hello Experts,
i’m trying to read XML file, but xml parser failed with error .
Any suggestions over here ?
Regards,
Ajay
04-04-2022 01:32 AM
Hey @Ajay_Chawda,
The problem in your xml is that you have a content and a child element on a same level, like on the following example:
This cannot be parsed into JSON. You can try the following workaround:
04-30-2022 08:38 PM
@bojanvelevski Thank you for help. any sample pipeline.
i’m using XSLT snap ,but it is failing.
Regards,
Ajay