🔧 Auto Jigging & Randomization
Auto-fill with random (names & phone)
If you put the word random (case-insensitive) in the CSV, the program auto-fills the value.
| Field | Behavior | Example input | Example output |
|---|---|---|---|
| FIRST NAME | Random first name | random |
Jan |
| LAST NAME | Random last name | random |
de Vries |
| PHONE NUMBER | Random Dutch mobile number (06xxxxxxxx) |
random |
0612345678 |
Email generator: RANDOM@domain.tld
If the EMAIL field is written as RANDOM@yourdomain.tld, a local-part is generated at your domain.
| Input | Output example |
|---|---|
RANDOM@example.com |
m.jansen8421@example.com |
RANDOM@shop.nl |
thomas.vd.berg4012@shop.nl |
House number jigging: + JIG
+ JIG can only be used in HOUSE NUMBER.
It keeps the base unchanged and adds a random 4-letter suffix.
| Input | Output example |
|---|---|
55 + JIG |
55 PQRS |
12A + JIG |
12A WXYZ |
101 HS + JIG |
101 HS ZKLM |