Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 771 Bytes

export.md

File metadata and controls

31 lines (21 loc) · 771 Bytes

Export

Exports the data of a given project in CSV format.

The command extracts the data of the project and transforms it to CSV format. The result of the command is the project data in the requested format.

Arguments

Usage:

ontorefine-cli export [-hV] -u <url> PROJECT FORMAT

Description:
Exports the data of a project in CSV format.

Parameters:
      PROJECT       The identifier of the project to export.
      FORMAT        The output format of the export (only csv at the moment).

Options:
  -u, --url <url>   The URL of the Ontotext Refine instance to connect to, e.g.
                      http://localhost:7333.
  -h, --help        Show this help message and exit.
  -V, --version     Print version information and exit.

Examples

TBD