Hello!
I'm working on a process in which I've a file (.csv) available in S3. I've to load file data into existing Redshift table. I looked into few resources and was able to read data from S3 file using "Amazon S3 Download" tool. As a next step I'm trying to load data into Redshift table thought OUTPUT DATA.
I noticed there are 2 options for me here - Single file load and Bulk load. When I use single file load, the workflow keep on running. When I use bulk load, it took some time but loads the data into the table. Since I'm reading single file from S3, I was expecting that Single file load will work. As a newbee, I may be doing something wrong here and would like to know the correct way to load S3 file data into Redshift table.
Thanks!