ION Connection Point for Reports
I have a SARSU in CSD that creates a fixed length text file in the /reports/[TenantID]/ directory. Can I send the file via sFTP directly from that directory, or do I have to use the SAPF function to download and save it locally in order to create a connection point for the local location?
0
Answers
-
{ "CompanyNumber": 1000, "Operator": "bpw", "filename": "somefile.txt", "direction": "outbound", "outmode":"base64response", "subdir": "" }
Assuming the file is not too large for ION, you can pick up the file with the FileTransfer API. The Above would get somefile.txt, as a base64 encoded string. We have built bi-direction Data Flows using this API successfully.
1