Forum Discussion
Sorry, I thought you are just looking at 1 field. The way to do this would be using an Expression Library.
All the static value from the first csv can go into an .expr config file and in the pipeline you can refer it.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438110/Expression+Libraries
- pmancevski3 years agoNew Contributor III
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:
- S3 snap pack.
- Binary snap pack (Directory Browse and File Reader)
- Or you can combine (but for this you will need to maintain multiple accounts)
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.