XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Rick ScofieldSubject: Command line execution
Author: Rick Scofield
Date: 12 Apr 2013 04:46 PM
I have a simple fixed file format used as input. I created a .conv conversion to create a TAB delimited file for output. Are there any samples of how to create a command line batch file to executes the conversion automatically, or a Java class execution.

My complete process, which I do manually every day is
download source input file(A) from supplier
run stylus studio to convert the file(A) using a .conv to file(B)
upload the output file(B) to web server to update inventory

Thank you for any help!
Rick

Postnext
Ivan PedruzziSubject: Command line execution
Author: Ivan Pedruzzi
Date: 12 Apr 2013 05:01 PM
Hi Rick,

The XML Converter engine provides a command-line interface but it's licensed separately.

If you like to get a quote, contact stylussupport@ivitechnologies.com

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Postnext
Rick ScofieldSubject: Command line execution
Author: Rick Scofield
Date: 12 Apr 2013 05:49 PM
Originally Posted: 12 Apr 2013 05:25 PM
Thanks Ivan.
I have purchased the CLI when I was using SS 2008, now I'm using the X15 release. Can I still use the CLI license I already purchased.

Also, I would be running command line execution on the same machine that SS is licensed on. I remember that the CLI license is only needed for execution on a machine that SS is not licensed on...correct?

Looks like I purchased the 32_xmlconverters.jar

Rick

Postnext
Ivan PedruzziSubject: Command line execution
Author: Ivan Pedruzzi
Date: 12 Apr 2013 09:08 PM
Originally Posted: 12 Apr 2013 08:32 PM
Hopefully we are talking about the same thing.

The product required for running conversions outside Stylus Studio is "DataDirect XML Converters for Java".

The Stylus Studio license does *not* grant access to the its libraries, outside the IDE, therefore it does not matter where Stylus Studio is installed.

We cannot guarantee that custom conversions (.conv files) created with Stylus Studio X15 are backward compatible with older run-times.

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Postnext
Rick ScofieldSubject: Command line execution
Author: Rick Scofield
Date: 15 Apr 2013 08:32 PM
Thank you Ivan,
Yes we are talking the same thing. - hopefully my last post on this.
I have the following code to use my existing conv conversion, but the result will not create the output in the tab delimited format as defined in the conv conversion, however the XML is created as CarhUpc.dat. How can I get the code to create output as defined in custom conversion?

import java stuff goes here...
public class bod {
public static void main(String[] args) {

String BodWebDir = "./";
String CarhTransDN = BodWebDir + "CarhTrans.dat";
String CarhTransUP = BodWebDir + "CarhUpc.dat";
String CarhConversion = "converter:" + BodWebDir + "CarUpcQty.conv";

try {
Source converterSource = new StreamSource(CarhTransDN);
Result converterResult = new StreamResult(CarhTransUP);

Converter toXml = factory.newConvertToXML(CarhConversion);
toXml.convert(converterSource, converterResult);

Thanks again,
Rick

Postnext
Ivan PedruzziSubject: Command line execution
Author: Ivan Pedruzzi
Date: 15 Apr 2013 09:10 PM
Rick,

The custom converter which is driven by the .conv file, is *not* by-directional, it supports only the "to XML" direction.

It seems like that you need to go from XML to flat file.
Have you consider using the built-in CSV converter?

converter:CSV:

You can find details in the User's guide as well as in the demo.java sample program

Hope this helps
Ivan Pedruzzi
Stylus Studio Team

Posttop
Rick ScofieldSubject: Command line execution
Author: Rick Scofield
Date: 16 Apr 2013 12:32 AM
Thank Ivan for the help. I have run the XML conversion successfully from FlatFile to XML to TAB file. The code seems rather long for all this, but hey - it works. I have posted the java code here.


UnknownCarhTrans.java
FF to XML to TAB

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.