Forum Discussion
I think you’re looking for the JSONSplitter snap. The Splitter will break up the array into multiple documents that you can feed into a REST POST snap. You’ll probably want to configure the Splitter with a path like $payload.input[*]
. You can include parts of the original document in the documents output by the Splitter using the “Include scalar parents” and “Include paths” options.
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:valuesExample 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
Related Content
- 3 years ago
- 4 months ago
- 6 months ago