Transform data from :

Create your own data transformers with DTBuild.   The installation package has samples to get you started :

Web scrapers
Extract number Extract stock quotes.   Can be adapted for other uses.   Generates an HTML file (web page) displaying the extracted number and its source, i.e. the page header and URL.
Extract title + header Extract news headlines.   Generates an HTML file displaying the web page title, its URL, and the first header tag it encounters.   Good for monitoring multiple websites on a single output page.
Watch words Watch websites for occurrences of text items.   User can define multiple text items, multiple websites, timer interval, and more.
MAPI email parsers
Search Search for multiple text items in email folders.
Search word pairs Search for words "near" each other in email folders.   "Nearness" is a user-defined number of characters.
EMail to database This template is set up to parse eBay messages but ...
can be adapted to parse all sorts of generated messages.
File transformers
Count keywords Count keyword occurrences in files.   Generates an HTML file (web page) report listing the number of words / keywords in each scanned file.
Count lines Count the number of newline characters, line feeds, etc., in a group of files.   Generates an HTML report listing the number of line sin each scanned file, + totals at the bottom.
CRLF ⇒ LF Convert carriage return + line feed sequences to line feeds.
Filter unprintable characters Extract printable characters from files containing binary data.
Leave the unprintable stuff behind.
Generate site index Generate a website index from a group of web (HTML, PHP, etc.) files.
Extract info from the <title> and meta tags of each file scanned.
Generate sitemap Generate a sitemap from a group of web files.
Not included in the installation package yet.   Available upon request.
LF ⇒ CRLF The opposite of CRLF ⇒ LF :  Convert line feeds to carriage return + line feed sequences.
Search Search a list of files for a list of text items.   Produces 4 output files:
  1. HTML results, with links to the files containing search item matches ("hits")
  2. text results
  3. a simple text list of the files with hits
  4. a simple text summary (number of files scan, number of files with hits, etc.)
The user can adjust the output file formats as needed.
Search + replace User specifies :
  1. a list of files
  2. a list of search text items and
  3. the corresponding replacement text items
The program generates a new file for each file listed in (1), with all occurrences of (2) replaced by (3).   It also produces an HTML report listing the scanned files and the number of changes in each.

DTRun is a cost-effective option for users who don't require the full configuration capability of DTBuild.
Visit the download page for more information.