hi all
i have new requirement in my project like i have an orderid and company as input schema
orderid can become null also.out schema having version ,orderid ,company
both are repeating record
i need to send the input data compleatly including orderid is null first to output and set the version as "Actual" in addition to that i need to send datas with orderid is null and set version as "commit"
can i do it in single mapping using functoids
regards
Vineeth