Last change
on this file since 2250 was
728,
checked in by sherbold, 12 years ago
|
- added manuals for the commands efgTestCasesToSequences, efgToDFA, efgToMM, parseDirJFC, parseJFC, preprocessDirJFC, preprocessJFC, convertDirToXml, convertToXml, parseXML, and loadWebSequences
|
File size:
555 bytes
|
Line | |
---|
1 | Pre-processes a directory of log files created by the MFCUsageMonitor (aka usagelog.dll, userlog.dll) and converts the data into a single XML file that contains all sessions. Optionally, the pre-processing can decode the data from a base64 encoding. |
---|
2 | |
---|
3 | $USAGE$ |
---|
4 | <sourceDirectory> directory where the files to be pre-processed are located |
---|
5 | <targetFile> processed file |
---|
6 | <base64> optional; if true, the files are base64 decoded; default: false |
---|
7 | |
---|
8 | Example(s): |
---|
9 | convertDirToXml usagedata/mfcraw usagedata/mfc.xml |
---|
10 | convertDirToXml usagedata/mfcraw usagedata/mfc.xml true |
---|
Note: See
TracBrowser
for help on using the repository browser.