|
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.
|