amubeen
4 years agoNew Contributor II
Reading and parsing multiple files from s3 bucket
Hey All,
So I’ve been able to read a single csv file from my s3 bucket, parse it with csv parser, map it, and load it into my snowflake DB with some additional join logic. However, what I need to do now is repeat this multiple times for multiple files in the s3 bucket.
Ie, s3 bucket has 3 files. for each file, it would go through this same process
I’ve tried using the multi file reader but not sure how to make it go through all the files? Or does it do it automatically. It works if I have only a single file in my s3 bucket, just need it to work for all the files now. Not sure if the parsers/mappers will automatically run for multiple files
Here is my pipeline setup