Tools¶
valuea_setup¶
To easy setup a project directory, you can use the valuea_setup tool, which prepares a basic configuration and
creates a worker script for you.
valuea_setup path_to_my_project_directory
Just adjust the installed configuration after script execution.
valuea_export¶
The framework comes with a simple tool to export data from your project into an Excel sheet, named valuea export.
valuea_export -h
usage: valuea_export [-h] [--project PROJECT] [--nosql] [--rdbms] input output
positional arguments:
input input filename
output output filename
optional arguments:
-h, --help show this help message and exit
--project PROJECT project directory
--nosql nosql source
--rdbms rdbms source
To use the tool, create an sql or cql query in a file and use this as input for valuea_export, the output should be a file suffixed with “.xlsx”.