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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Key Prefix in ts3list

Hi,

How to use ts3list by giving same bucket name and two key prefix.For Example:

 

Bucket          Key Prefix

"ABC"           "1234/"

"ABC"           "6789/"

I can use one Key prefix by giving ((String)globalMap.get("tS3List_1_CURRENT_KEY")) But how to use other Key Prefix?

 

Regards,

Mohit

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

What are you trying to do after the tS3list? Iterate through some processing logic or go straight to a flow and print a list of contents in the bucket?

 

For example if I want to print a list of the bucket contents, I create an iterate link to a tIterateToFlow component and then map the CURRENT_KEY to variable 'k'. This then loops through the 2 keys in that have been declared in tS3list within the same bucket and prints them as 2 rows of data.

 

0683p000009M0jj.png0683p000009M0uX.png

View solution in original post

1 Reply
Anonymous
Not applicable
Author

What are you trying to do after the tS3list? Iterate through some processing logic or go straight to a flow and print a list of contents in the bucket?

 

For example if I want to print a list of the bucket contents, I create an iterate link to a tIterateToFlow component and then map the CURRENT_KEY to variable 'k'. This then loops through the 2 keys in that have been declared in tS3list within the same bucket and prints them as 2 rows of data.

 

0683p000009M0jj.png0683p000009M0uX.png