Hi,
I am new to Java Mapping DOM Parsing.I have one simple requirement.
Source Structure
============
Person1
>Employee
Name
Surname
Target Structure
===================
Person2
>EmpName
Emp
Now the value of the field "Emp" in the target structure will be obtained by concating the value of the field "Name" and "Surname" from the source structure.I want to implement it through the java mapping using DOM parsing.Can someone please help me by providing the code so that it can be tested in XI.Edited by: ATANU1 on Feb 16, 2011 9:47 AM
Edited by: ATANU1 on Feb 16, 2011 9:52 AM