Skip to Content
0
Former Member
Aug 28, 2009 at 03:07 PM

Mapping issue

33 Views

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