Hi All,
I am a newbie on HCP but I have to develop an JAVA application on HCP that need to integrate user master data from Success factor(SF).
SF will put a CSV file into a SFTP server on cloud but I am confused about how can I retrieve and read the CSV file then insert records in a customize table in HCP?
This scenario must be daily processed, at the midnight.
To meet the above requirement I have planned to use HCI to retrieve the file with SFTP Adapter and configure it schedule job to perform every day at the midnight.
I still don't know about;
- Do I need to have a file path in HCP to put the file or do I need to have an other SFTP server in HCP ?
- In the HCI, can I set the SFTP adapter as sender then I directly send the file to be processed in a JAVA program?
- Can we code JAVA program to direct access and read the file then insert it records in the customize table?
- Can we schedule a JAVA program as a Job, like SM36 in SAP?
Your response would be very appreciated.
Thank you.