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: c.adam
About
User Name: c.adam
Forum Rank: Member
Real Name:
Location DE
Occupation:
Interests:
Gender: None Specified
Statistics
Joined: Thursday, November 17, 2016
Last Visit: Friday, May 5, 2017 7:48:59 AM
Number of Posts: 12
[0.07% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: RaptorXML shell command with wildcards possible?
Posted: Friday, May 5, 2017 7:46:39 AM
Hello,

I found another solution: I'm running a Windows batch command before doing the RaptorXML command which always picks the oldest file out of my directory, moves it to another folder and renames it to a fixed name. RaptorXML is then pointing on this file with the fixed file name.

Here is the Windows batch command to achieve it:

Code:
for /f "delims=" %%a in (
    'dir /b /a-d /tw /od "E:\Directory1\*.xml"'
) do move "E:\Directory1\%%a" "E:\Directory2\FixedName.xml" & goto fileMoved
:fileMoved



Kind regards
Topic: RaptorXML shell command with wildcards possible?
Posted: Friday, May 5, 2017 7:06:25 AM
Hello,

Thank you for your feedback. Do you know about an example for this anywhere? Here in the forum search I was not able to find anything.


Kind regards
Topic: RaptorXML shell command with wildcards possible?
Posted: Thursday, May 4, 2017 12:51:57 PM
Hello,

is it possible to use wildcards (*) in Windows RaptorXML command line parameter?

Example:

RaptorXML.exe xslt --xslt-version=2 --input=E:\Input\Input*.xml --output=E:\Output\Output*.xml MappingMapToCarLoAuftragIn.xslt


Thank you.
Topic: Conversion function number error value
Posted: Monday, February 20, 2017 5:04:05 PM
Hello,

now it works.

Thank you for your support!!
Topic: Conversion function number error value
Posted: Friday, February 17, 2017 12:42:11 PM
Hi again,

thank you for the example. But how would you implement it using XSLT2?


Kind regards
Topic: Conversion function number error value
Posted: Friday, February 17, 2017 10:52:32 AM
Please see above
Topic: Conversion function number error value
Posted: Friday, February 17, 2017 10:17:31 AM
Ok. Ist there a possibility to check for this error value for example with equal? Im can't get it running.
Topic: Conversion function number error value
Posted: Friday, February 17, 2017 10:04:37 AM
Hello,

I have a question regarding the MapForce conversion function number:

Which value does this function deliver if the input is e.g. text?


Kind regards
Topic: Creating certain number of elements
Posted: Tuesday, February 7, 2017 1:28:13 PM
Hello island,

thank you for your detailed answer! The first solution was perfect for me.


Best regards
Topic: Creating certain number of elements
Posted: Tuesday, February 7, 2017 9:44:35 AM
Hello,

my question regarding a MapForce XSL transformation:

In my source file there is a number value (e.g. 4). Is it possible to create empty elements based on this number? So in this case 4 empty elements? These emtpy elements I would like to number with the auto-number function.


Thank you for your support!

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