Sequential numbers
Sequential numbers iterator generates URLs using the numbers from a given range, one after another in sequential order.
First URL is generated using the value in the From field. Then this value is increased by the value in the Step field to generate next URL. This is repeated until the value in the To field reached. The Minimum digits field ensures that the generated number has at least specified number of digits in it: leading zeroes are added if the number has fewer digits than necessary.
Example #1. Sequential numbers iterator settings:
will result in the following list:
https://www.website.com/gallery/img000000001.jpg
https://www.website.com/gallery/img000000002.jpg
https://www.website.com/gallery/img000000003.jpg
https://www.website.com/gallery/img000000004.jpg
https://www.website.com/gallery/img000000005.jpg
Example #2. Sequential numbers iterator settings:
will get you this list:
https://www.website.com/gallery/img00240.jpg
https://www.website.com/gallery/img00245.jpg
https://www.website.com/gallery/img00250.jpg
https://www.website.com/gallery/img00255.jpg
https://www.website.com/gallery/img00260.jpg
Do you have questions or suggestions about this article? Please contact us if you do!