Replies: 1 comment 2 replies
-
If you are just posting a text file to the endpoint set the Message Content to "Plain Body" on your listener, not "XML Body". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unable to upload a CSV file via the HTTP Listener using a POST method call and save it to disk with File Writer. The resulting CSV file I get is the whole POST Request and not just the content of the uploaded CSV file inside the content of the request body. I am attaching an export of my channel and example File Writer result.
Channel Export - api.xml.txt
File Writer CSV File output - test.csv.txt
Beta Was this translation helpful? Give feedback.
All reactions