Need Help in Reading data from SFTP location and loading the same data into another system VIA REST call (HTTP)
Does someone help me with sample pipeline?
Need Help in Reading data from SFTP location and loading the same data into another system VIA REST call (HTTP)
Does someone help me with sample pipeline?
Please use the Stage documentation for more details.
SFTP : here
HTTP Client Destination: here
Thanks
Hi
SFTP Origin : This will read file from SFTP server.
LocalFS: We will use LoacalFS destination for staging this files
Note: use the whole file format as Data Format in both the stage. This way will get the exact file to localfs.
Now configure the event for localfs destination which will trigger shell event. Which internally will call curl command like below
$ curl -F ‘data=@path/to/local/file’ UPLOAD_ADDRESS
you can find more details about curl command here
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.