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: kuha60
About
User Name: kuha60
Forum Rank: Newbie
Real Name:
Location
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Tuesday, June 8, 2010
Last Visit: Tuesday, September 25, 2012 10:38:38 AM
Number of Posts: 6
[0.03% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Row information to header
Posted: Tuesday, June 28, 2011 10:53:17 AM
Thanks. That did do the trick
//Greg
Topic: Row information to header
Posted: Monday, June 27, 2011 7:18:53 PM
Hello

I'm trying to map from a row to the header without getting multiple tags.
The first one is as follow simplified.
<order >
<id>331</id>
<orderrow>
<productid>331</productid>
<name>Ball</name>
</orderrow>
<orderrow>
<productid>332</productid>
<name>Car</name>
</orderrow>
</order>

The result i want should be something like this.
<orderinfo >
<id>331</id>
<name>Ball</name>
//This should be one occurrence of the name tag from one orderrow
//If i map this i have multiple name, and i understand this,
however is there a way to just get one? No matter which

<orderrow>
<productid>331</productid>
<name>Ball</name>
</orderrow>
<orderrow>
<productid>332</productid>
<name>Car</name>
</orderrow>
</orderinfo>

Thanks for any suggestion of how to solve this.
//greg
Topic: Delete and remove
Posted: Wednesday, November 17, 2010 8:07:30 AM
vlad wrote:
You are right - so far there is no such possibility in MapForce. These are few of many planned features for future versions.


Ok.
Thanks again for a rapid answer and pointing me to right direction.
However to have some kind of built in support, for files anyway, configuring a function to let them be renamed, deleted or moved to other location would be nice and make mapforce even better.

thanks and regards
//greg
Topic: Delete and remove
Posted: Tuesday, November 16, 2010 3:04:07 PM
Hello

I have accomplished my first mapping from a database to one xml file per record/row in the database table.
Now i have been looking for the next step.
How to set some kind of status (or delete) for the database record showing this record has been processed.
Or the principal technical for rename/delete files that i have been reading.

As i understand i will have to do this myself, there is no naturally "built in" support for this in mapforce?

Is this right?

thanks for tips
greg
Topic: Read database field and mapping
Posted: Friday, November 12, 2010 1:18:34 PM
Thank's for your attention and answer. Then my thought's were i someway right.
//Tank's again greg
Topic: Read database field and mapping
Posted: Thursday, November 11, 2010 5:35:42 PM
Hello

What's the best way to read a string field in a database table containing a xml-string to be mapped and validated to an xml-file by Mapforce?

My first thought is to read the database string with an "external application" and save it as a "xml-file" and then read the file with mapforce and do my mapping and validating stuff.

My second thought is to let Mapforce do the stuff all the way, but i can't find the tools for this.


Is there other (better?) solutions of my task?

thanks for input.//greg

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