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

Revision 638, 514 bytes checked in by jdalbey, 5 years ago (diff)

mergelogs updated to be run from webapps folder and to include LCS samplelogfile.

  • Property svn:executable set to *
Line 
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%\evalratings.csv w:\web2py\samplelogfile.txt | sort > %dir%\unifiedlog_final.csv
10
Note: See TracBrowser for help on using the repository browser.