Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
Thank you @prakhar dubey will check on it.