Warning: Can't use blame annotator:
svn blame failed on trunk/webapps/mergelogs.bat: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/webapps/mergelogs.bat @ 554

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 *
RevLine 
1REM Merge log files and sort by timestamp
2REM Invoke from 'trunk' folder
3REM TODO: Add error handling - missing files, not executed from 'trunk', ...
4
5REM  1. Extract CAD DETAIL lines from incident_script.xml
6set PYTHONPATH=webapps\unifiedlogger.zip  python -m extract_caddetails
7set dir="webapps\dynamicdata"
8REM 2. Merge the unified log with cad details and evaluation ratings
9type %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.