You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hello,
I currently have a tJavaFlex task that processes a database query; in the end section after the row loop, there is a lot of post-processing I need to do before sending off the results. Currently, I write the results to a local csv file which can then be uploaded via another dependent job to another table in the db. This works, but is there any way to do this without writing an intermediate text file? That is, make another task that receives as input the tJavaFlex task output such that I can send results from the end code section (after all of the row looping) directly to a db. I see perhaps a way with global map but not sure.
Many thanks,
DomF
Pages: 1