Last change
on this file since 736 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:
501 bytes
|
Rev | Line | |
---|
[728] | 1 | Pre-processes log file 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 | <sourceFile> file to be pre-processed |
---|
| 5 | <targetFile> processed file |
---|
| 6 | <base64> optional; if true, the file is base64 decoded; default: false |
---|
| 7 | |
---|
| 8 | Example(s): |
---|
| 9 | convertToXml usagedata/mfcraw.log usagedata/mfc.xml |
---|
| 10 | convertToXml usagedata/mfcraw.log usagedata/mfc.xml true |
---|
Note: See
TracBrowser
for help on using the repository browser.