Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
My scenario is like this-
i am passing some set of columns in parameter context from main job to the child/sub job in multiple iterations .Now i need to create rows and save it in single json file with appending all the rows.
If JSON doesnt support the append feature and CSV is a workaround then how i can transform the CSV to JSON at the last iteration of the subjob. How can i put a check that all the rows from parent job got fetched and now i can create json in subjob ?