Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantk19
Creator
Creator

Accessing the data from S3 to database table

Hello,

I am trying to access one of the S3 buckets with bucket name, access key and secret key. I want to extract the data from this s3 bucket and load to database table. Can someone share sample ETL job design along with configurations if someone has done this before? what components do we use?

Labels (3)
5 Replies
manodwhb
Champion II
Champion II

@Sushant Kapoor​ , I can not able to share the job screenshot. but below are the components I used.

 

tPreJob-->tS3Connection -->On Component OK -->tDBConnection

 

main job

 

tS3Get-->On Component OK --> tFileinputDelimitted-->tDBOutput

 

tPostJob-->tS3Close-->tDBClose

 

Thanks,

Manohar

manodwhb
Champion II
Champion II

@Sushant Kapoor​ ,check the below link will help you.

 

https://www.nuwavesolutions.com/using-talend-to-extract-data-from-an-aws-s3-bucket-to-postgres/

 

Thanks,

Manohar

sushantk19
Creator
Creator
Author

@Manohar B​ : Thanks. I will check and let you know.

sushantk19
Creator
Creator
Author

@Manohar B​ : do you know if we can access/copy all the files from a folder. they are gzip files

 

in "Key" field what do we give to access multiple files.please see the screenshot.

If i give *.*, it gives me an error.

sushantk19
Creator
Creator
Author

@manodwhb: how can we access(get) multiple files from S3 bucket to our local folder as i have to unzip the files also.