01-31-2023 02:49 PM
Hi all,
I have a S3 bucket with 3 files with different name, I need to read these files and based in each name insert the data in different table.
Was thinking about: a S3 file browser - Mapper - Route - insert
Any suggestion?
Solved! Go to Solution.
02-02-2023 06:51 PM
Hi @Marley_Bacelar,
File browser only it will give you some information about the files/objects you got in S3. You have couple of options here. You can use following snap packs:
Example with s3 snap pack (approach for binary will be similar) and also depending of the file formats your overall logic will be:
S3 file browser → S3 Download (this snap because you will need to maintain only one account) → Parser → mapper → router → insert.
Thanks,
Pero M.
02-02-2023 06:51 PM
Hi @Marley_Bacelar,
File browser only it will give you some information about the files/objects you got in S3. You have couple of options here. You can use following snap packs:
Example with s3 snap pack (approach for binary will be similar) and also depending of the file formats your overall logic will be:
S3 file browser → S3 Download (this snap because you will need to maintain only one account) → Parser → mapper → router → insert.
Thanks,
Pero M.