User-specified text - Intergraph I-Data Integrator - Help - Hexagon

Smart Isometrics I-Data Integrator Help

Language
English
Product
Intergraph I-Data Integrator
Search by Category
Help
I-Data Integrator Version
8.0(2019)

I-Data Integrator uses the user-specified text as the field name when processing the TitleText lines (PRINTED-M/C-TITLES data). In the example below, the software generates a field called Pipeline in the output data.

Pipeline 'PIPELINE-REFERENCE'

I-Data Integrator sets the field name using the attribute name of the column in the report (or the entry in the DATA-ITEMS section of the MLD, DDF, or WDF). In the next example, the software generates a field called PIPELINE-REFERENCE in the output data.

'PIPELINE-REFERENCE'   1  L

You can modify this behavior by placing the required field name in brackets (< >) after a comment character (!). In the following example, the software generates fields called PipelineID in the output data. In I-Configure, you set the Comment property on the column.

PRINTED-M/C-TITLES
Pipeline 'PIPELINE-REFERENCE' ! <PipelineID>

PRINTED-M/C-DATA-ITEMS
'PIPELINE-REFERENCE'   1  L   ! <PipelineID>

This applies to Smart Isometrics, Spoolgen, and Isogen input control files, which are usually generated automatically by I-Configure.

See Also

Input Data