Forum Discussion
If you are certain the incoming XML is an array that’s being treated as an object, then it sounds like a bug that should be submitted through Support.
shubhisharma
8 years agoNew Contributor
I was somehow able to manage by using an extra mapper in my pipeline. I explicitly converted the object into Array.
I used:
$Object instanceof Array ? $Object : [$Object].
- bojanvelevski4 years agoValued Contributor
I must disagree. Look at the following sample:
Related Content
- 2 years ago
- 9 months ago
- 4 years ago
- 2 years ago