While reading xml XML Parser failed with reason mixed content is not supported
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
Reply
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
