IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

Profile: kshah108
About
User Name: kshah108
Forum Rank: Newbie
Real Name:
Location New Jersey
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Wednesday, August 31, 2016
Last Visit: Thursday, October 20, 2016 2:21:22 PM
Number of Posts: 3
[0.02% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Flattening with Mapforce
Posted: Wednesday, October 19, 2016 8:16:58 PM
Thank you island.


Unfortunately, I have Altova MapForce Enterprise Edition 2016 Release 2 SP1 version downloaded.
And It's enterprise use. We still don't have 2017 version tested and approved for internal use.

So. is there any other alternative that I can use for 2016 version ?

Topic: Flattening with Mapforce
Posted: Wednesday, October 19, 2016 3:56:16 PM
Hi, I have an xml file :

example : (input)
<HCO>
<ID>ABC</ID>
<SP>
<Address>Loc1
</Address>
<Address>Loc2
</Address>
</SP>
</HCO>

I want the output to be something like this (flatten) :

<output>
<id>
<value>ABC</value>
<address1>Loc1</address1>
</id>
<id>
<value>ABC</value>
<address2>Loc2</address2>
</id>
</output>


I have looked at flattenHierarchy.mfd that comes with Mapforce example. But I don't think that's something I need to do. Since I am not concating strings together.

NOTE: I am very new to MapForce world. Please provide as much details as you can. Thank you in advance.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.