Questions tagged [map-force]

Altova MapForce is a graphical data mapping tool. Based on connections drawn by the user, MapForce generates XSLT or XQuery code (among other options) to perform an XML transformation.

Altova MapForce is a graphical data mapping tool. Based on connections drawn by the user, MapForce generates XSLT or XQuery code (among other options) to perform an XML transformation.

48 questions
4
votes
2 answers

How to use tokenize function in Mapforce to split String

I recently started to learn about the MapForce application and I noticed that there is "tokenize" method which user input String and delimiter. But it returns only first token only. My problem is how can I access all the tokens from "tokenize"…
casper
  • 535
  • 5
  • 13
3
votes
1 answer

Does altova mapforce exposes any REST APIS?

I am new to altova mapforce. I wanted to know that does Altova Mapforce exposes any kind of REST APIS so that we can supply it the input from a single page web application and get the data from the tool back in any format(JSON,XML)?
shubham0001
  • 63
  • 1
  • 1
  • 7
3
votes
0 answers

How to upload set of all the files in folder on flowForce server using system ftp store method?

I have setup flow force server in my local pc and I was able to run couple of sample jobs. Then I try to setup FTP store job by providing required details. I was also able to upload specific file in to FTP server as well. But now I need to know…
casper
  • 535
  • 5
  • 13
3
votes
0 answers

How to add global resource to specify output XML xsd format in MapForce?

I started learn about MapForce couple of days back and I was able to create some simple mapping to generate XML file from csv file. But my problem is how can we use MapForce global resources to specify XML xsd format? This is sample XML which I…
casper
  • 535
  • 5
  • 13
2
votes
1 answer

Mapforce - remove empty tag

I have a little problem with my MapForce-Transformation: I want to print only the existing values in my result XML, but in my XML result file there is everytime a empty tag I check with a filter, if the result of my function is existing and if this…
oli-87
  • 21
  • 3
2
votes
1 answer

measure execution time of XSLT 2.0 program in mapForce

I am using Altova Mapforce to generate output from XSLT 2.0. I want to know how much time it took to execute the program. I intend to compare this execution time with the time taken by C++ to do the same work. I want to know which is one faster, C++…
Mohammad
  • 21
  • 2
1
vote
0 answers

How to make sure that conditional containers are conditional after conversion from edi to xml using MapForce?

this is my first question here, so here it goes: I am working on MapForce mapping which converts EDI files to XML. I have documentation that says that specific containers should be conditional or repetitive (if exists value, create subvalues, etc.).…
Daglina
  • 21
  • 5
1
vote
0 answers

How to Nest Nodes of EDI File Structure in Altova MapForce

I'm new to Altova Correct me if I'm wrong. I'm in a situation to map XML schema File to X12 and here I have a problem to get the actual X12 structure. Requirements: X12.6020 - 811 (Consolidated Service Invoice/Statement) Picture of the Actual X12…
Raj K
  • 458
  • 2
  • 7
  • 22
1
vote
1 answer

how to convert Json array to XSD

I am currently mapping Json and XSD. In Json there is array contains several items with same elements. the Json array is like: "Item":[ { "ItemSequenceNo":0, "AQuantity":{ "code":"aaa", "quantity":1 }, …
BOSubuntu
  • 51
  • 1
  • 1
  • 4
1
vote
1 answer

How to create database connection for remote database on Altova mapforce

I am new to mapforce. Is it possible to create database connection for remote DB(on AWS) ?
Bisu
  • 183
  • 1
  • 1
  • 14
1
vote
0 answers

Mapforce Flex Text as target to make EDI fixed length file

I need to use Altova Mapforce and it's Flex-Text as a target feature to make a fixed length file. I will be pulling data from two sources--one holds employees, the other holds dependents of the employees. The employees have a certain set of fixed…
Jeff.Clark
  • 599
  • 1
  • 5
  • 27
1
vote
1 answer

Mapping XSD to X12 in Altova MapForce

Hi I'm trying to map from my XSD to X12 version 3040 and transaction set 846 - Inventory Inquiry/Advice. I have a problem when trying to map the LIN segment from my XSD. My XSD has a single dimensional integer array(posOfRequests) which holds all…
Raj K
  • 458
  • 2
  • 7
  • 22
1
vote
2 answers

MapForce - Add dayTimeDuration to dayTimeDuration

I am trying to use mapforce to generate an xslt 2.0 file. The mapping is adding 2 dayTimeDuration elements, doing so results in the following error; No match for core.add(xs:dayTimeDuration, xs:dayTimeDuration). Check argument types. Supported:…
stew
  • 87
  • 2
  • 8
1
vote
5 answers

XSLT - How to map elements to name value pairs?

I need to translate an XML from the source format to the target name value pairs for generic processing. Any tips on how to achieve this please? I am trying to use MapForce if it's easier. From Monitor
user3312082
  • 11
  • 1
  • 3
1
vote
1 answer

Saxon C# XSLT 2.0 with multiple input xml files

I have this Saxon C# method that takes in an input XML node, and and a string containing an XSLT 2.0 that I generated in MapForce. This function works fine with one XML input node, but I've recently created a mapping with multiple inputs (i.e. 2 xml…
1
2 3 4