Data Record Extractor Online Help
About Data Record Extractor
Introduction
Copyright Declaration
Registration & Order
How To Use
Overview
Extraction Templet
Insert Auto Increment Field
Insert A Database Field
Set Authorization/Login
Add A Column For Text Tag
Add A Column For RegExpr
Database Management
Create/Drop A Table
Create A Unique Field
Add Content To A Field
Reset Extraction Flag
Output Extraction Result
Save To Database
Save As .CSV File
Custom Output
Menu Description
Install & Uninstall
Install & Uninstall
FAQs
Frequently Asked Questions
Appendix
Syntax of Regular Expressions
Add Content To Field Manually

First, click to select a table item on the left listbox, program list all fields on right listbox, click to select a field, click Field value button, the program will show Field Value Editor window, list all value of this field, you can add/delete/edit these value.

This is not an editor for common extracted database field. It is only used for field that would be inserted into URL, see the following:

You want to extract a URL when key equal A/B/D/F:
http://www.example.com/list.php?key=A/B/D/F
You don't need to extract one by one, you can first create a table with only one field, then click field value button, then input A/B/D/F, one per line, click OK to save. OK, now you can write the URL like this:
http://www.example.com/list.php?key=<FIELD:T5,F33/>(<FIELD:T5,F33/> is the field including A/B/D/F)