-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
35 lines (27 loc) · 853 Bytes
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
BT_REPORTS Package
Version 1.0.0
System Requirements
Python 2.7 and above
Linux operating system
Python Libraries
vertica-python
xlsxwriter
dateutil
pytz
future
six
Installation
- Extract the module to a location
- Run generate_report.py with below arguments:
* generate_report.py -s <Vertica DB Server> -u <Vertica DB Username> -p <Vertica DB Password> -c <Customer ID> -d
<Device Type IDs> -t <Date> -f <CSV_File>
* Mandatory arguments:
1. <Vertica DB Server>
2. <Vertica DB Username>
3. <Vertica DB Password>
4. <Customer ID>
5. <CSV_File>
* Optional Arguments:
1. <Device Type IDs> : It will take default value 30 if not given as argument.
2. <Date> : It will take Current Date in MM-DD-YYYY format if not given as arguments.
- Report will be generated inside "Reports" directory.