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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to extract data from s3 folder by folder in a single query

Hi Team,

 

I have a requirement like this to extract data from s3 bucket to PostgreSQL table

 

For Ex: 

In s3 bucket - i have folder like 

 

PI/Data/2019-10-18/  .json files

            /2019-18-19/ .json files

           /2019-18-20/ .json files

 

How can i achieve this ? Once it finish  loading the 2019-10-18 .json files to PostgreSQL tables , it should automatically go to the next date folder and send those as well to PostgreSQL tables.

 

 

Thanks,

Prabuj

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi @prabuj27 ,

 

You can try using tS3Filelist to get all the files from S3 and use the key prefix as "*.json" and load into PostgreSQL table.