1.0.6 • Published 8 years ago
btxlexport v1.0.6
btxlexport
btxlexport converts the policies and rules from spread sheet to JSON. The exported JSON can be used with the python script for bulk policy authoring
Installation
btxlexport requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ npm install -g btxlexportUsage
$ btxlexport -h
Usage: btxlexport [options]
Options:
-V, --version output the version number
-s, --source <path> xls file path
-o, --output <path> json file path
-h, --help output usage informationTo export without specifiying target path:
$ btxlexport -s ./policies.xlsx
Exporting policies...
Policies exported to : .\policies.jsonTo export with specific path
$ btxlexport -s ./policies.xlsx -o /var/user/btexport/test.json
Exporting policies...
Policies exported to : /var/user/btexport/test.json