This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
taskfiles [2014/08/25 02:15] Mitch |
taskfiles [2015/08/15 18:16] (current) Mitch |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | The task file is one of the group of [[Data-Driven-System|data-driven]] text files that interact with the ParserMonster framework. It contains a [[ParserMonster | + | ====== |
| - | Here is the [[Extract Email Addresses]] task file (as of 8/24/2014): | + | 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): | ||
| < | < | ||
| Line 7: | Line 9: | ||
| ' Extract Email Addresses | ' Extract Email Addresses | ||
| + | < | ||
| < | < | ||
| - | Extract Email Addresses extracts | + | Extract Email Addresses extracts |
| + | an email address: | ||
| This task does not validate extracted email addresses! | This task does not validate extracted email addresses! | ||
| Learn about email addresses at http:// | Learn about email addresses at http:// | ||
| + | |||
| + | 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. | ||
| </ | </ | ||
| - | < | ||
| < | < | ||
| - | '< | + | < |
| + | < | ||
| + | < | ||
| < | < | ||
| extract=$regexEmailAddress | extract=$regexEmailAddress | ||