|
|
![]() |
![]() |
![]() |
|
Contents Introduction Concepts User Help Modeler Help Browser Help
|
|||
![]() |
|||
![]() |
![]() |
Exporting data in CSV formatEVA Netmodeler can export data in Comma Separated Values (CSV) format from various browsers. The CSV file format is widely implemented as a simple mechanism for moving data between applications such as spreadsheets or personal database management systems. Many of these applications can also export their data in CSV format, enabling bi-directional data sharing between applications. This section describes how to export CSV data files from EVA Netmodeler. Refer to the Import section for assistance with import CSV data into Usually applications that import CSV data are used to do specialized processing or presentation of a given subset of data. The CSV Export function has therefore been integrated into numerous EVA Netmodeler browsers that work with subsets of data. Report Browser CSV featuresThe Report Browser enables you to define reports containing lists of related information based on selection criteria. The CSV features of the Report Browser enable you to export the resulting set of data (structure and contents) to a CSV file that can then be imported to another tool for further processing. There are two CSV output options in the Report Browser
Note: Be sure not to select the "Hierarchy" option for any relationships that have been included in the report as this option is not supported by the CSV export function. Working with Report Browser CSV filesThe CSV file produced by this function has the following general format: The Header RowThe header row is used during the import process to identify the file type. Do not change the contents of this row. The Item ColumnThe item column is used to identify the the main type of the file and to list the items of that type. It has two header rows:
The header rows are followed by one or more blank rows (to accommodate the header rows to the right), followed by zero or more data rows. Each data row contains the name of an item of the type identified in the Item column header row, followed by zero or more blank rows to accommodate multiple related items contained in relationship groups (see below). Property ColumnsProperty columns contain the definitions and values of the properties of the items included in the file. The file can contain zero or more property columns, depending on the report specification. Property columns have three header rows:
Property column data rows contain the values of the properties for each item appearing in the Item column Relationship GroupsRelationship Groups are groups of columns that contain the definitions and values of items that are related to the items included in the Item column of the file. The file can contain zero or more Relationship Groups, depending on the report specification. Relationship Groups have two column types:
Relationship ColumnsRelationship columns contain the definitions and values of the items related to the items listed in the Item column. The file can contain zero or more Relationship columns, depending on the report specification. Relationship columns have four header rows:
Relationship column data rows contain the names of the items related to each item appearing in the Item column. Info Node Value ColumnsInfo Node Value columns contain the definitions and values of the properties of the Info nodes that exist between items listed in the Item column and items listed in the Relationship columns. The file can contain zero or more Info Node Value columns, depending on the report specification. Info Node Value columns have four header rows:
Practical tips for using the Report Browser CSV output
Composite View CSV featureThe Composite Browser supports a CSV export format. However, the structure of the resulting CSV file is overly complex and difficult to use. Use of this feature is now deprecated.
|