Process files using the command line - Intergraph I-Data Integrator - Help - Hexagon PPM

SmartPlant Isometrics I-Data Integrator Help

Language
English
Product
Intergraph I-Data Integrator
Search by Category
Help
I-Data Integrator Version
7.1(2014R1)

You can run I-Data Integrator using the command line. The software runs silently, writing all output to a specified log file. You can specify a series of command line parameters to control the execution of the software.

Syntax

I-Data Integrator/s style file /o output directory [/l log file ] [/f output format] [/c]

/s

Specifies the path to the style file (FLS or OPT). Spaces are permitted in the path. This parameter is required.

/s C:\SampleProj\SampleProject\Final-Basic\ISOGEN.fls

/o

Specifies the path to the folder to contain the output files. Spaces are permitted in the path name. This parameter is required.

/o C:\SampleProj\SampleProject\Final-Basic\Reports

/l

Specifies a name for log file. This parameter is optional. If it is not specified, the log file is written to the style file folder, with the name matconvert.log.

/l C:\SampleProj\SampleProject\Final-Basic\projectA.log

/f

Specifies the output format. This parameter is optional. If it is not specified, the first (default) format from the list displayed on the SmartPlant Isometrics I- Data Integrator window is used. This string is not case sensitive. For example, ACCESS is the same as access and Access.

/f Access
/f Delimited

/c

Optional clear flag (no parameters). If present on the command line, I-Data Integrator automatically deletes all the Isogen data files after converting them to the specified format.

/u

Species the user configuration file used to pass the name of the user-specified XML configuration file to I-Data Integrator when it is being run in batch.

/u user_output_options_file

Example Log File

I-Data Integrator executed at 07/01/02 15:41:58

Configuration file = C:\SampleIsoDir\S5Tutorial\data\I-Data\Default.xml
Style = C:\SampleIsoDir\S5Tutorial\Final-Basic\ISOGEN.fls
Output Format = Access
Output directory = C:\SampleIsoDir\S5Tutorial\Final-Basic\Reports
Delete ISOGEN data = True

Data written to C:\SampleIsoDir\S5Tutorial\Final-Basic\Reports\Materials.mdb
Table : Pipeline
Table : Components

See Also

Appendix: XML Configuration File Syntax