Exporting data

<< Click to Display Table of Contents >>

Navigation:  Data Module > Import & export >

Exporting data

Data export complexity depends on the file type that data is being written into; structured or unstructured.  

Structured files are any file that maintains a predefined structure with relationships, data types and other constraints controlling what data can be written and the order (i.e. XML, AGS and Microsoft Access), while unstructured files are those that any data can be written into (i.e. Microsoft Excel and CSV)

While unstructured files are easy to write data into, its easy to be write erroneous data with no indication of issues until the data is used.  Writing erroneous data into a structured file will indicate any issues in the process log, and its for this reason that structured files are preferable when transferring data into another system.

To manage these constraints, most data exports use data mappings that transform data into formats that can be accepted by structured files, or a user defined structure for unstructured files.

Data_External_Export_AGS_Data

Once fully developed, user's typically only need to define a file/folder and the appropriate data mapping, before clicking the Export button.  

A few formats allow direct mappings (i.e. XML, Excel) where the generated file exactly matches the database structure.

hmtoggle_arrow1Forms


hmtoggle_arrow1How To: Export data