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.
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.