Raw Text into Body on REST Post
We have an API that’s expecting raw text as the body of the call and I’m not clear on how to get SnapLogic to pass the data as raw unformatted text. If I map my text into $content and then pass that to the API
The problem is that when I look at how this is being passed, the receiving API is getting this:
I need it to be somehow stripped down to:
SELECT * from ENTRY
without the [“”]
I understand that SnapLogic deals in JSON, so I’m not sure how I get around a system that doesn’t want it’s data that way. I’ve looked into passing it as JSON, but they don’t seem to accommodate it.
I should have remembered this because I used batch size=0 to solve this sort of problem before but Support steered me in this direction:
This worked and removed the json formatting around the raw text.