Record Structure for Document Import Interface - Intergraph Smart Materials - Version 10.1 - Help - Hexagon

Intergraph Smart Materials Classic Help

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Help
Smart Materials/Smart Reference Data Version
10.1

Each document record is represented by one or more lines in the text file.

The last line of a document record must be followed by a record termination line. This is a line with only one hyphen (-) character in position one.

The first field of a single line contains the record type description; the remaining fields are separated from each other by the pipe character ('|' - ASCII code 124). Every field must end with a pipe character, whether it is a line type description or of the number of fields in this line. The last field of a line must also end with a new line character. The new line character is platform dependent. It is a combination of the CR (carriage return) and the LF (line form/feed) characters on PC platforms, while on UNIX platforms, it is the LF character only.

There are five different line types, which are described below:

DATE_FORMAT_MODEL|DATE_FORMAT_MODEL_STRING|

DATE_FORMAT_MODEL line type

DATE_FORMAT_MODEL_STRING format model for date values

char(40) mandatory

This line describes the format used in the text file for date values. There are no restrictions concerning the position within the document. It is possible to assign more than one date format model line to one file at different locations. The date format model line found last is used for importing all following date values.

If there is no date format model specified, the import interface uses the following standard date format:

'DD-MON-YYYY HH24:MI:SS', e.g. '28-MAY-1998 15:45:59'.