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.

$USAGE$
<sourceFile> file to be pre-processed
<targetFile> processed file
<base64> optional; if true, the file is base64 decoded; default: false

Example(s):
convertToXml usagedata/mfcraw.log usagedata/mfc.xml
convertToXml usagedata/mfcraw.log usagedata/mfc.xml true