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

Insert A Database Field

For example, first you extract a category(include category code and category name) and stored in database already. The next step, you want extract the detail items of each categories, so, you need to insert the category code into the URL, looks something like this:

http://www.example.com/category_items_list.php?category_code=<FIELD:T1,F2/>

The program will loop every value of this field, and memorize whether a value is extracted already to avoid the repeated extract when you start extract next time. To reset the extraction flag, please see Reset Extract Flag.