Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
When I am doing apply map in script side then there are multiple records against one value but I want to do first row mapping and get value against that. So how to write script for that.Administrator
I suggest you make sure there are only one possible matching field by loading only unique key fields in your mapping table.
Hi Pankaj,
You should implement it in your mapping load. Group by the ID to obtain an unique value for each one. These are some options...