| Revision 554,
482 bytes
checked in by jdalbey, 6 years ago
(diff) |
|
Add new script for Windows - mergelogs.bat (converted mergelogs.bash)
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | REM Merge log files and sort by timestamp |
|---|
| 2 | REM Invoke from 'trunk' folder |
|---|
| 3 | REM TODO: Add error handling - missing files, not executed from 'trunk', ... |
|---|
| 4 | |
|---|
| 5 | REM 1. Extract CAD DETAIL lines from incident_script.xml |
|---|
| 6 | set PYTHONPATH=webapps\unifiedlogger.zip python -m extract_caddetails |
|---|
| 7 | set dir="webapps\dynamicdata" |
|---|
| 8 | REM 2. Merge the unified log with cad details and evaluation ratings |
|---|
| 9 | type %dir%\unifiedlog.csv %dir%\caddetails.csv %dir%\ratings.csv | sort > %dir%\unifiedlog_final.csv |
|---|
| 10 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.