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: 
SR2210
Contributor
Contributor

Read .json file from S3 with multiple sub folders

Hi,

 

Does anyone know how to read json file from S3 that is segregated into different subfolders?

 

My json file's path is in this format: year/month/day/text.json

 

For example;

 

"/2018/12/1/text1.json" 

 

"/2018/12/2/text2.json"

 

"/2018/12/3/text3.json"

 

Thank you in advance!

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

Could you please let us know if this component tS3Get can meet your needs?

Here is online component reference:

https://help.talend.com/reader/MEJTft6Phcbzeotwjs0Ivw/AtIpnMYkEW9Flmg8VWPO3Q 

Best regards

Sabrina

Anonymous
Not applicable

Hi, 

 

   If you know the list of dates prior to data extraction, you can make it an input to tFlowtoIterate where you will send the parsed values of each date to identify the directory. Then you can connect to tS3Get to pick the data for each date. In short, the input dates can be from a file or DB and the high level components required are as below.

 

tFileInputDelimited -> tMap->tFlowtoIterate-(Iterate)-> tS3Get

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved