source: trunk/quest-plugin-mfc/src/main/resources/manuals/convertToXml @ 728

Last change on this file since 728 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
Line 
1Pre-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
8Example(s):
9convertToXml usagedata/mfcraw.log usagedata/mfc.xml
10convertToXml usagedata/mfcraw.log usagedata/mfc.xml true
Note: See TracBrowser for help on using the repository browser.