Object Storage file download using REST API
I am able to download file using stf adopter Write file option, but issue is that the name is not getting dynamic. Below are the steps to get the file
Below are the steps to achieve download from Object Storage Bucket to sftp
1- List File ( /n/{namespaceName}/b/{bucketName}/o )
2- Loop to find the required file
3- Get File using ( /n/{namespaceName}/b/{bucketName}/o/{objectName} )
4- Write Stage File
5- Write File sftp
File is getting created in stfp with the *.csv which is specified at connection
Tagged:
0