Import, export and remove

To import, export or remove documents from the database, use the following commands:

mobdata import <args>
mobdata export <args>
mobdata remove <args>

For information on the available arguments see:

mobdata --help

Using mobdata along with a manifest file the working directory must have the following structure:

├── manifest.txt
└── metadata
    ├── Annotation
       └── <name>.json
    ├── Callback
       ├── <name>.json
       └── <name>.py
    ├── Configuration
       ├── <name>.json
       └── <name>.yaml
    ├── Flow
       └── <name>.json
    ├── GraphicScene
       └── <name>.json
    ├── Layout
       └── <name>.json
    ├── Node
       └── <name>.json
    ├── SharedDataEntry
       └── <name>.json
    ├── SharedDataTemplate
       └── <name>.json
    └── Translation
        ├── <name>_fr.po
        ├── <name>.json
        └── <name>_pt.po