One is doing one kind of validation and second have one joblet flow. two output will be coming from them . One form 1st validation flow and 2nd from joblet flow. 2 outputs would be written in 2 columns in a single file.
Hi Add a sequence id on each flow(on tMap1 and tMap2), and then do inner join based on sequence id on tMap_3 to merge the columns come from different flow before writing the data to file. Hope it helps you! Regards Shong