Forum Discussion
ddellsperger
2 years agoAdmin
If your api is simply expecting an array of your internal JSON object, you can change the http entity that you're sending (assuming your'e sending a raw http entity using the full document $
) to [$]
and that will wrap your document in an array.
vish_ch
2 years agoNew Contributor
Hi ddellsperger ,
It is actually the reverse.
The output of mapper is Json object but while making post call bosy is sent as json array, so there is extra [] in body which I don't want.
Any clue how to solve this.
yes, I am using raw entity and sending full document as $
- ddellsperger2 years agoAdmin
can you DM me a link to your pipeline, I can look into this a bit more there.
- aleung8 years agoContributor III
Sort path is your key(s) which should be unique that way you are ALWAYS doing 1 to 1 comparsion. “Modified” output is always from the “New” input.