Masked Values
Previous  Top 

"Masked Values" is a type of value that generates random data according to an user-defined mask. It's a powerful way of generating custom string data.

When creating a mask, the following are legal characters:

A
Random upper case alphabetical character
a
Random lower case alphabetical character
C or c
Random mixed case alphabetical character
N or n
Random numerical digit
R or r
Random character, including digits, punctuation etc...
H or h
Random hexadecimal digit (0..9, A-F)
[...]
Literal text, the text between brackets is taken as a constant


Examples:

Dutch Zip-code:
NNNN[ ]AA

Possible results:
4214 PO
7645 AB