Data Management Commands
The administrator console provides high performance bulk loading and exporting of data from and to CSV files. These commands are non-transactional, and snapshot in their execution. They take administrative lock on the database while performing the command.
There are 2 commands available for data management
These commands are also available as Bulk Import/Export API.
The Export data utility allows a database administrator to export the data from the Graph Database to CSV files. You can export the data by using the “export” command in the administrative console.
The export utility generates a configuration file (dbexp.conf) and CSV files. One CSV file (“data file”) per nodetype or edgetype is generated (note: the import utility allows more than one data file per type, even though the export utility will only generate one data file per type). These files can be used in the Import utility. Please refer to the Import files section for more details.
