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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Limit tmap data

Hey!
I am new to talend and I have a complicated task (at least for me).
I have a job that gets data from an xml file and filters it to 3 other files using a tmap.
Now the problem is that I have to limit the output to those files to 5 files (they will normally get 20 000 lines)
The job it self is simple but I have no clue how to limit the out of the tmap to just 5 rows!
Thanks!
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
You can use the tSampleRow component to limit your rows.

Regards,
Lie

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,
You can use the tSampleRow component to limit your rows.

Regards,
Lie
Anonymous
Not applicable
Author

Thanks so much 0683p000009MACJ.png This did exactly what I wanted!