2.2.2 Generate Sequential Data

Top  Previous  Next

Sequential numbers with same pattern can be generated in batch. For example, we will create 100 data such as

1234567800,

1234567801,

...

1234567899,

 

The difference between the 100 data is that the last 2 characters of each data are different, if we use wildcard '(*)', we can express the pattern as below:

12345678(*),

 

Wildcard length is the length of the different characters between the data,

For example:

From 01 to 10, the wildcard length is 2,

From 001 to 010, the wildcard length is 3.

 

NOTE: when enter the value from xxx to xxx, although we want from 01 to 10 or 001 to 010, we just enter from 1 to 10 after we set the wildcard length. The textbox at bottom will show you the first and the last data of your pattern.