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: 
Anonymous
Not applicable

[resolved] Count Rows of CSV file

Hello,
I need to count the numbers of rows in a CSV file (input file ) to use it later as a global variable.
How can I do that with talend and which composant should I use ?
I really do need help, I tried tFileRowCount and it doesn't work !

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I solved the problem using tFileRowCount, thanks for your help 0683p000009MACn.png

View solution in original post

5 Replies
Anonymous
Not applicable
Author

To count the rows you have to read the file anyway. I suggest you use tFileInputDelimited with only one column and use the return value of the component NB_LINE.
Anonymous
Not applicable
Author

Hi,
Have you already checked component reference about TalendHelpCenter:tFileRowCount with scenario?

Best regards
Sabrina
Anonymous
Not applicable
Author

I solved the problem using tFileRowCount, thanks for your help 0683p000009MACn.png
Anonymous
Not applicable
Author

Hi Boubou 00,
Thanks for your feedback and posting that you have resolved it.

Best regards
Sabrina
Anonymous
Not applicable
Author

@Boubou 00

could you please share how you resolved this issue using tFileRowCount??