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: 
shalinim1
Contributor III
Contributor III

tjavaflex and tfileoutputdelimited

I have a job where I used tjavaflex component to get the count the count of source and target. Now I want to write the count values, table names, and start and end time of date in .csv file.

how to write in a csv file using tjavaflex or tjava component?

Labels (2)
2 Replies
Prakhar1
Creator III
Creator III

If you have already calculated all this things then you need to assign these values to the output link of tJavaFlex and define schema accordingly.

for example : row2.sourceCount = <count of the source>

then attach the link to the tFileOutput component.

shalinim1
Contributor III
Contributor III
Author

Thank you @prakhar dubey​ will check on it.