1.1.4 • Published 6 years ago
cbpcruncher v1.1.4
cbp-cruncher
The purpose of this library is to take duration time, and split it between all apps affected during an outtage. By default, it will only split out the applications and leave the duration time untouched for each application. Please see the option section for more information.
Requirements
- You need to have nodejs install
- Your CSV file must have ('Systems Impacted') delimited by commas
- Your CSV File must have ('Duration') total hours down.
Installation
npm i -g cbpcruncher
How to use
$ cbpcruncher <path-to-folder>
Example: $ cbpcruncher test.csv
Options
-V, --version
: output the version number-a, --averageDuration=[true|false]
: If true, it will split the time of each application between the full duration-h, --help
: output usage informationThis will export your csv file as an html file built as a table. You can then import this html file into excel.
Enjoy. :) s