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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tFIlerowCount (How Can store the output of trow in file )

Hi All,
Using tfilerowCount , I got the count but I need to store that value in my file undersome column
ex:
FIleName , Recordcount , loaddate
xyz, 7,2015/12/12
which component will help to do this scenario ... please help .......................
Thanks In advance ..
Mohini
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi mohini 
As I told you in this https://community.talend.com/t5/Design-and-Development/resolved-Please-help-me-with-RUNif-condition-..., you just need to use tFixedFlowInput to get the value after populating the number of lines, and insert it to a file. eg:
0683p000009MBpx.png
Hope it helps you!
Best regards
Shong

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi Mohini,
The tJava component  will meet your needs.
Please take a look at the component reference with a related scenario: TalendHelpCenter:tFileRowCount.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi xdshi,
I was able to print the value , but I m not able to insert it inot file  .thanks
regards
MOhini
Anonymous
Not applicable
Author

Hi mohini 
As I told you in this https://community.talend.com/t5/Design-and-Development/resolved-Please-help-me-with-RUNif-condition-..., you just need to use tFixedFlowInput to get the value after populating the number of lines, and insert it to a file. eg:
0683p000009MBpx.png
Hope it helps you!
Best regards
Shong
Anonymous
Not applicable
Author

thanks shong , I was able to get the value ..

thank you sooo much .........