Forum Discussion
robin
4 years agoFormer Employee
Try this pipeline (I don’t know what kind of CSV you want but it may be a start).
12465_xml-to-flatten-csv_2022_05_19.slp (12.3 KB)
I’m using two JSON Splitters here:
and
The Mapper has basic flattening rules:
You’ll end up with an output that looks like this:
bourner
4 years agoNew Contributor
That’s great,
I have a slight problem in that the actual xml also had some additional levels
<asx:abap version=“1.0” xmlns:asx=“ABAP Development”>
asx:values
Example xml here
</asx:values>
</asx:abap>
As soon as I use this xml it fails. Could you possibly point me in the right direction, and possibly explain what it’s doing ?
Apologies, I’m new to SL.
Thanks
- robin4 years agoFormer Employee
Could you try again to provide the XML sample (either as an attachment or using Markdown to enter a code block)