====== Task Files (*.task) ====== The task file is one of a group of [[Data-Driven-System|data-driven]] text files that interact with the ParserMonster framework. It contains a [[ParserMonster Task Header|header section]], [[ParserMonster Commands|commands]] and [[ParserMonster Directives|directives]]. Here is the [[Extract Email Addresses]] task file (as of 8/15/2015): ' Extract Email Addresses extract Extract Email Addresses extracts ANY string that looks like an email address: xxx@yyy.zzz This task does not validate extracted email addresses! Learn about email addresses at http://en.wikipedia.org/wiki/Email_address All output is merged into a single report. If you need separate reports for each source file, Export this task to a script and set ReportMerge to false. email-addresses.txt ReportMerge,ReportPreview ReportHeader,ReportHeaderShortName AdHoc,ReportCompact extract=$regexEmailAddress