Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
In order to download files from Google Cloud Storage bucket, we use the tGCSGEt component to download the files.
However when we download the files, the files are getting downloaded as the folder structure and then the files.
Please find below the sample,
Current Folder Structure --> "C:/Talend/Talend-Studio-20200219_1130-V7.3.1/workspace/out/test/test/employee/20220614/(list of pdfs)"
Expected Folder Structure --> "C:/Talend/Talend-Studio-20200219_1130-V7.3.1/workspace/out/test/(list of pdfs)"
Is there a way to just have the pdfs/files in the folder evading the directories from being created.
We are expecting to see the files In side the test folder.
Attaching the screenshot for reference.
Hi @Rajesh L R ,
what happens if you put "test/employee/20220614/*.pdf" in Key prefix ?