Hello Friends,
Iam doing a file to fiel scenaio. In my source i have employee details, the structure is;
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_EMP_SENDER xmlns:ns0=" ">
<Employee>
<FirstName/>
<LastName/>
<Company/>
<EmpNumber/>
<BaseLocation/>
<Desgnation/>
<Dateofjoining/>
</Employee>
</ns0:MT_EMP_SENDER>
Here i have mapped the Employee to the target record Employee. If i duplicate this employee twice means i should get the mapped target record 4 times ie. double of that.
So please give me ur suggestions how to get that.
Note: More Reward points will be given.