Hi Experts,
I am working on a file to file scenario.
- <IDs>
- <RecordIdentification>
<InternalID>Network ID</InternalID>
</RecordIdentification>
<DisplayValue>AD;Andorra ;AND;Andorra</DisplayValue>
<ID>dhe67</ID>
<ModifiedTime>08/11/2009 20:06:07 GMT</ModifiedTime>
</IDs>
- <IDs>
- <RecordIdentification>
<InternalID>Email </InternalID>
</RecordIdentification>
<DisplayValue>AT;Austria;AUT;Austria</DisplayValue>
<ID>DLHE9</ID>
<ModifiedTime>08/11/2009 20:06:07 GMT</ModifiedTime>
</IDs>
<IDs> tag can occurs,multipls times.
Now, I have to check the value of <InternalID> and depending on the value of <InternalID>, If value is Email ,correspondingly have to pass the Value of <ID>,<DisplayValue> and <ModifiedTime> to the receiver.
If value of <InternalID> is Network ID then correspondingly have to pass the Value of <ID>,<DisplayValue> and <ModifiedTime> to the receiver.*
Can anyone help me out with the mapping.
Thanks
Veeru