Download csv file from the Response Content
Content
I want to download a file from the Oracle Commerce into ICS stage
Can I do it using the REST adapter?
I am able to download it as a file from the browser and got the below details from the developer tools
Request Method: GET
Response Headers:-
- Content-Encoding: gzip
- Content-Type: text/csv; charset=UTF-8
How Can I configure REST adapter to download the content as CSV file into ICS stage location
0