Hi Community! I'm developing a Service Bus application with Oracle SOA Suite 12c and I'm facing an issue. I created a process flow that queries Salesforce and maps the results to a csv file to put on a FTP server.
My implementation works but now I have to change it because I have to put a zip version of the csv file on the FTP server; that is, I need to generate the csv file, but to transfer it on the FTP server in the zip format not in the csv format.
I don't know how I can implement this change in my application. Could anyone give me a help with this issue?
Thanks in advance