User Tools

Site Tools


taskfiles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
taskfiles [2014/07/28 23:00]
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 Task Header|header section]], [[ParserMonster Commands|commands]] and [[ParserMonster Directives|directives]].+====== Task Files (*.task) ======
  
-Here is the [[Extract Email Addresses]] task file (as of 7/28/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):
  
 <file> <file>
 +
 ' Extract Email Addresses ' Extract Email Addresses
- 
-' Start Rules 
-' Extract Email Addresses extracts any string that looks like xxx@yyy.zzz 
- ' This task does not validate extracted email addresses! 
-        ' Learn about email addresses at http://en.wikipedia.org/wiki/Email_address 
-' End Rules 
  
 <icon>extract <icon>extract
 +<notes>
 +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.
 +</notes>
 <report>email-addresses.txt <report>email-addresses.txt
 +<true>ReportMerge,ReportPreview
 +<true>ReportHeader,ReportHeaderShortName
 +<false>AdHoc,ReportCompact
 +<task>
 extract=$regexEmailAddress extract=$regexEmailAddress
 +</task>
 +
 </file> </file>
taskfiles.1406588408.txt.gz · Last modified: 2014/07/28 23:00 by Mitch