Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
desanip
Contributor
Contributor

How to split a s3 file of 100 records into 100 different s3 files using talend

Hello Everyone,

 

I have a job requirement where i am trying to retrieve records between two datetimstamp/s. And i want to store them in a s3 file.

I have the s3 files with 100 records inside it. I want to Split this into 100 different s3 files with appropriate datetime appended to the s3 file.

 

Can someone help me how i can achieve this?

.

 

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

Here is an option "Splite output in several files" in advanced setting of tfileoutputdelimited component. It divides the output delimited file into several files.

Have you tried to use tS3Put component to upload your data onto Amazon S3 from your local files?

Best regards

Sabrina