Data Import and Export
PLM supports data records import and export, making it easy for users to process data: such as external statistics/backups/sharing.
Supported Data Export Formats
- JSON Format: Structured data for easy use by programs/modules.
- CSV Format: Excel compatible format.
- JSON LINES Format: Convenient for AI processing.
How to Export Data?
You can use the following methods to export data:
- Select "export.export_XXX" when starting processing in batch processing.
- In the batch processing record selection interface, press the "Export" button directly to export all records (including unselected records). The data includes a field "selected" indicating whether the record is selected, which is mainly convenient for selecting records during future imports.
- You can export from data management sections such as "Tags" / "Entities" under the "Data" menu.
- In the grid of the traditional interface, right-click and select "Copy object data" to export the JSON data of that record to the clipboard.
How to Import Data?
You can use the following methods to import data:
In the batch processing record selection interface, press the "Import" button directly to check the records previously exported here. Note rows must already exist in current list.
You can export from data management sections such as "Tags" / "Entities" under the "Data" menu.
You can import data modules in the "Tools" menu by "Install module".