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

Print to log by concatenating string

I need to read a file count rows ,print in logs and pass the count further to next activity ?

 

tfileinput-->tfilerowcount --> how to print this to log ? 

 

tlogrow has no option to print string ? or concat string with earlier out put...it just print row 

Labels (3)
1 Reply
vapukov
Master II
Master II

HI,

 

just use tFixedFlowInput before tLogRow and there - ((Integer)globalMap.get("tFileRowCount_1_COUNT"))