How to build a REST service with POST method that accepts text/csv instead of JSOn or XML?
Hi there
I'm completely new to TALEND and I'm using Talend Open Studio for ESB to try to build a REST service with a POST method to receive simple data in CSV format. I have been playing around with the tRESTREQUEST component and I saw that I had to define an output flow named body with type document, but I can't find a way to configure content-type to text/csv and I keep getting a 415Unsupported Media Type error message.