Base64 File Data to converted as CSV through FTP
Summary
Base64 File Data to converted as CSV through FTPContent
Hi,
We have created couple of SOAP Adapter and through this we called HCM Extracts and we used GenericSoapPort function GET_SEARCH_RESULTS to search the file in UCM Server and GET_FILE to get the File from UCM Server. We successfully got the Encoded Base64 data in Response.
However , We need to transfer the file as .csv in FTP Server.
The Scenario here is we used delivered decode function to convert , but it is returning file reference, For converting to CSV we have used schema approach in FTP Adapter .
1