SFTP Adapter - Get operation - issue

use case: Read/Copy a CSV file from external location through SFTP adapter and write in to the GCS bucket.

  1. I am trying get the file from external folder using SFTP, getting error as "'Required parameter Entity ID is not present.'", what value i need to pass as input to get the specific file?
  2. if i use a list operation, i am getting file specific details and able to write the file, but file dont have the actual content, only meta data info about the csv file.

please advise, how to get the content of the file using get operation ? i dont find much info on the documentation: https://cloud.google.com/integration-connectors/docs/connectors/sftp/configure

 

if you have any sample code or details please share.

Solved Solved
0 1 50
1 ACCEPTED SOLUTION

Under Actions in SFTP connector, Download can be used to retrieve content of file from SFTP

Example can be referred here

 

 

 

View solution in original post

1 REPLY 1

Under Actions in SFTP connector, Download can be used to retrieve content of file from SFTP

Example can be referred here