Service Now Information Processor
Processes a Service Now XLSX CMDB extract
This software is licensed as CC-BA (Creative Commons By Attrbution)
http://creativecommons.org/licenses/by/4.0/legalcode
$ snip.pl -h
-h: Display help/usage
-V: Display version
-c: Check CMDB data
-i: Input file (Default ./cmdb.xlsx)
Check CMDB extract
$ snip.pl -c -i CMDB.xlsx
Perl Modules:
- use Spreadsheet::XLSX
- Getopt::Std
- Text::Iconv