Imported Data by CIP XML using .xml files - Intergraph Smart Materials - Version 10.2 - 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.2

This section outlines the general file format that OSCI requires for xml files, by using the CIP xml_example.

This job type works with the same logic as type OSCI. You can write your own CIP procedures to load an XML file (.xml) into M_OSCI_IMPORT_DATA. This CIP will handle the import of your file into the Smart Materials table M_OSCI_IMPORT_DATA.

You can import XML files. In your CIP, you must make sure that the data arrives in the predefined format in table M_OSCI_IMPORT_DATA. The tags of your XML file must, if the CIP is storing the data in M_OSCI_IMPORT_DATA, use the same tag names and the order of the DTD (osci_dtd.dtd).

These tags are written as keywords into the M_OSCI_IMPORT_DATA table, which is mandatory for the further process of data import.

The example CIP uses the same logic as described in the Data Import section. Please look there for a detailed description.