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 Auto Increment Field

If the URL you want to extract has a page number and you need to extract all this pages, you need this feature. Please see the following example:

http://www.example.com/listdata.asp?page=1...10
You can write like this:
http://www.example.com/listdata.asp?page=<AUTOINC:1,10/>

This is the situation that you have know the clear page number range, but if there no clear page number range, program also can discern whether the extract come to end by a text tag, if the web page include this text tag, the page number add one and extract the next page, otherwise, terminate the extraction. For example:

http://www.example.com/listdata.asp?page=<AUTOINC:next.gif/>
If the current page include text next.gif, program continue to extract next page, otherwise, think it is the last page.

OK, if you know what it is explained above, it is easy to understand this window.