User Tools

Site Tools


taskfiles

This is an old revision of the document!


The task file is one of the group of data-driven text files that interact with the ParserMonster framework. It contains a header section, commands and directives.

Here is the Extract Email Addresses task file (as of 7/28/2014):

' 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
<report>email-addresses.txt
extract=$regexEmailAddress
taskfiles.1406588408.txt.gz · Last modified: 2014/07/28 23:00 by Mitch