VDA
Use this to open and run Vulcan Data Analyser from a Native TCSH commandline to build reports automatically by using a project or a template.
Usage:
| vda [options] <> indicates a mandatory switch. [ ] indicates an optional switch |
Where:
| Option | Description |
|---|---|
| -h | --help | Prints this help |
| -n | --nowindow | Run options without a window |
| -p | --project <ProjectFile> | Open the specified project |
| -c | --csv <CSVFileName> | Output all charts to CSV format |
| -e | --excel <ExcelFileName> | Output all charts to Excel format |
| -l | --template-list | Lists the templates available in the template folder |
| -g | --get-json <TemplateFile> <JsonFile> | Extract JSON file for use with template file |
| -j | --template-json <JsonFile> | Run a template with sources and variables specified in a JSON file |
| -t | --template <TemplateFile> Source1 var1 var2 ... | Source2 var3 var4 ... | ... |
Run a template file with sources and variables listed |
Examples:
Build report from an exiting project:
vda -n -p <project> -e <excelreportfilename>
Example: Â vda -n -p D:/Data/largedata/stats.vda_project -e C:/Data/results.xlsx
Build report from an exiting template:
vda -n -t <template> <datasource> <var1> <var2> <var3> -e <excelreportfilename>
Example: Â vda -n -t D:/Data/largedata/template.vda_tpl D:/Data/largedata.csv MO CUT DOMAIN -e C:/Data/results.xlsx
Was this page helpful?