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 8/15/2015):

' Extract Email Addresses

<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
<true>ReportMerge,ReportPreview
<true>ReportHeader,ReportHeaderShortName
<false>AdHoc,ReportCompact
<task>
extract=$regexEmailAddress
</task>
taskfiles.1439662185.txt.gz · Last modified: 2015/08/15 18:09 by Mitch