-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
This new feature requires a change in the SQL grammar to get the settings to pass to the actual Exporter class. The following settings will be mutually exclusive:
includeTypes = <(type-name[,])*>excludeTypes = <(type-name[,])*>
Example to export only the type Person (no matters if it's a vertex, edge or document type):
export database file://export.jsonl.tgz with `overwrite` = true, includeTypes = PersonFurthermore, the Exporter's current settings will make available to the SQL command:
overwriteto overwrite the output file in case it already exists. By default is falsefileis the output file name. By default isarcadedb-export-<date>.jsonl.tgzfor jsonl output file andarcadedb-backup-<date>.zipfor backupsformatis the output file format
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request