Skip to Content
0
Former Member
Jun 04, 2009 at 04:24 PM

Mapping issue

24 Views

Hi Gurus,

I have done one mapping in which the display value of address is business.If address type is "business" then only it will send to the receiver otherwise it will not send to receiver.If address type is something else other than the "business' then how the mapping will be.For e.g if the display value of address is "official" then how the mapping will be

- <Addresses>

<DisplayValue>Business</DisplayValue>

- <KPMGLocationName>

<KPMGLocationName>300 Tice</KPMGLocationName>

<Language />

</KPMGLocationName>

- <Rm_Suite_Unit>

<Rm_Suite_Unit>200</Rm_Suite_Unit>

<Language />

</Rm_Suite_Unit>

- <StreetAddress>

<StreetAddress>300 Tice Blvd</StreetAddress>

<Language />

</StreetAddress>

- <Zone_District_PostalOffice>

<Zone_District_PostalOffice>Montvale</Zone_District_PostalOffice>

<Language />

</Zone_District_PostalOffice>

- <City>

<City>Woodcliff Lake</City>

<Language />

</City>

<State>NJ</State>

<PostalCode>07677</PostalCode>

- <Country>

<DisplayValue>US;United States;USA;United States of America</DisplayValue>

</Country>

</Addresses>

For each value like <KPMGLocationName>, <Rm_Suite_Unit>,<StreetAddress> etc, i am checking if address is Business then only i am passing all the above value to the receiver.

Let me know if i have multiple addresses then which function can i use and do the mapping.

Thanks

Veeru