Hi,
I need some inputs on below task.
1) We need to hit https server (which has a userid password and post login, shows list of .pgp files which are encrypted)
2) Download all these available files into S3 bucket (we tried to use file iterator component, but looks like it doesn't support https source.. We are able to download one file at a time and decrypt using step 3)
3) Decrypt these files in S3 bucket and store as .csv (we are able to do this via Python component. But we manually uploaded multiple files into s3 bucket, as we were not able to download multiple files using file iterator component of Matillion )
4) Load all these decrypted csv files into one snowflake table
Is there any way using which we can perform step 2) ?
Any help on this will be appreciated. I have already referred below two threads , which seems helpful, but issue is that my source is "https", not sftp or ftp. Hence, I am unable to iterate via file iterator component. Looks like I need to use first "Gird iterator" along with "Append to grid" and then use "file iterator" along with "Data Transfer" component.
https://metlcommunity.matillion.com/s/topic/0TO4G000001bpFLWAY/sftp-server
https://matillioncommunity.discourse.group/t/is-it-possible-to-transfer-files-using-a-file-pattern-in-data-transfer-component-or-any-other-component/1167
Thank you!