Description

The BelgiumDrivingLicenseGen Generator generates driving license numbers for the citizens of Belgium.


Parameters

The following parameters may be configured for the BelgiumDrivingLicenseGen Generator. Items with an asterisk* are required. 

  • Enforce Type/Limit - When enabled, it makes sure to generate the data within data size. 

  • increment* - Defines a constant value or a reference to another Attribute's generated value and is added to the generated value on each iteration.

  • applyOutputFormat* - Defines if the output should be formatted. 

  • outputFormat* - Defines the format or pattern of mask to be followed if the applyOutputFormat parameter is set to true. You can refer to Java's MaskFormatter library to check valid format values. Example: AAAAAAAAAA

  • prefix - Appends prefix/context to Driving License Number. Possible values for Belgium Driving License Number are: Rijbewijs/Führerscheinnummer/driver license number

  • random* - Defines if Driving License Number values are randomly generated as opposed to sequentially generated.  

  • seed - Defines an optional seed for randomization. Using the seed will ensure that the same random data is generated each time data is generated.

  • unique* - Defines if the generated Drivers License Number values should be unique when the random parameter is set to true.


Example 1: Generate Random, Unique Driving License Numbers

For this example, the random and unique Parameters have been set to "true".


Sample Output