Data Export Import (DEXP) solution component provides ability to export solution environment table data as compressed xml data and content files and import data from zip archive to the same data structure. This tool helps to solve task of moving table(s) data from one environment to another one, for example some configuration table data from development environment to QA or production environment.
User have ability to see solution tables, to select needed tables for export.
Data ExportImport is a single page with List function.
AppBase Objects Component Prefix: DEXP
In order to separate AppBase objects between various components we prefix them with component prefix.
Preserves original col_id values from the source tables.
NOTE! If you planning to move data that has foreign keys then you have to move all related tables in order to preserve relationship between records from different tables.
Component may be used for example to migrate data of database tables from Production to Development server and vice versa
Important Usage Notes
Please note these notes (peculiar properties) when making a decision to use it