Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ,
I am unable to figure out a way to write row by row output of a tMap into text Files. I want to have as many no of text files as the no of rows in tMap.
Also getting the text from tMap to java component is a blocker in my current Approach.
Current Scenario :
I have a some records , which via tMap flows to the subsequent db tables. one of my requirement is to parse the data from tMap and save it in as many text files.with some name . I have two fields Id , content. Id will the name of the file and content will go inside the text files.
Kindly suggest.