-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
24 lines (24 loc) · 1.01 KB
/
Copy pathconfig.json
File metadata and controls
24 lines (24 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"rawDataFolder":"rawdata",
"templateFolder":"templates",
"excelDump":"products",
"verizonTemplateName":"VerizonTemplate.xlsm",
"attTemplateName":"ATTTemplate.xlsm",
"verizonMacroName":"VerizonMacroComplete",
"attMacroName":"ATANDTWORKING1",
"verizonVBArename":"SpencerHealthMMDDYYDailyUsage(Verizon).xlsx",
"attVBArename":"SpencerHealthMMDDYYTotalCycleUsage(ATT).xlsx",
"1stPartVerizonPythonRename":"Spencer Health ",
"2ndPartVerizonPythonRename":"Daily Usage (Verizon).xlsx",
"1stPartATTPythonRename":"Spencer Health ",
"2ndPartATTPythonRename":"Total Cycle Usage (AT&T).xlsx",
"FinalSpot": "EDIT THIS",
"excelDumpSpot": "products\\",
"rawDataSpot": "\\rawdata\\*",
"rawDataSpotNoStar": "\\rawdata",
"templateSpot": "\\templates",
"verizonNameStart":"HAP",
"attNameStart":"fileExport",
"macroPauseTime": 10,
"macroStartTime": 10
}