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: 
ashif2
Creator II
Creator II

XML File Definition using talend metadata ? What is the use of loop limit attribute?

Suppose I have a sample of actual XML file and I import the attributes and looping element with the help of Metadata option available in Talend.

 

 

When import the sample XML file , it shows the loop limit as 50 like below:

 

0683p000009LrHv.jpg

 

But the actual file can contain any number of loops .  In this case , what value should i specify the loop limit ?

 

 

 

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

It's hard to find this documented, but I believe the value should be -1. Give it a try and see what happens

View solution in original post

3 Replies
Anonymous
Not applicable

It's hard to find this documented, but I believe the value should be -1. Give it a try and see what happens

Anonymous
Not applicable

Did this resolve your question? If so can you set it to resolved so that others can benefit from this?

ashif2
Creator II
Creator II
Author

Somewhere I read setting the loop limit 0 means there is no restriction on limit , -1 means infinite loop.