Wave:CLI: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Type <code>Wave.exe -help</code> to get help in the console. | Type <code>Wave.exe -help</code> to get help in the console. | ||
==Import== | ==Import== | ||
Line 13: | Line 13: | ||
Import one or multiple files and then show Wave. | Import one or multiple files and then show Wave. | ||
<div class="info">'''Note:''' Depending on the file format, the file import dialog may be shown when importing files using the CLI. To avoid this, use a [[Wave project file|WVP file]] as input in which the series to import or the import settings are already specified.</div> | |||
==Convert== | ==Convert== | ||
Line 19: | Line 21: | ||
</pre> | </pre> | ||
Import one or multiple files and export them as CSV to <code>file_out</code>, without showing Wave | Import one or multiple files and export them as CSV to <code>file_out</code>, without showing the Wave GUI at all. | ||
<div class="info">'''Note:''' All time series contained in all input files will be imported and exported to the CSV output. To change this, use a [[Wave project file|WVP file]] as input in which the series to import or the import settings are already specified.</div> | |||
[[Category:BlueM.Wave]] | [[Category:BlueM.Wave]] |
Revision as of 10:54, 24 September 2021
Wave | Download | Development
Wave has a commandline interface that offers the commands described below.
Type Wave.exe -help
to get help in the console.
Import
Wave.exe -import file1[, file2[, ...]]
Import one or multiple files and then show Wave.
Note: Depending on the file format, the file import dialog may be shown when importing files using the CLI. To avoid this, use a WVP file as input in which the series to import or the import settings are already specified.
Convert
Wave.exe -convert file1[, file2[, ...]] file_out
Import one or multiple files and export them as CSV to file_out
, without showing the Wave GUI at all.
Note: All time series contained in all input files will be imported and exported to the CSV output. To change this, use a WVP file as input in which the series to import or the import settings are already specified.