Columns Section of the XML File
When a project is exported to wInsight, the columns information is exported to the <Columns> section of the XML file.
The elements information is placed in the <Columns> section in the following format:
<Columns>
<Column id="col1">
<TableID>4</TableID>
<ColName>C1</ColName>
<DataType>5</DataType>
<Length>15</Length>
<SQL>Element.C1</SQL>
<Alias>Status</Alias>
</Column>
</Columns>
Parent Topic: Sections of the XML File
How to...