Skip to content

Seeding, named objects, retain rows based on regex

Compare
Choose a tag to compare
@thomas-brx thomas-brx released this 05 Jun 10:29
· 6 commits to master since this release
91825d9

support for:

@seed - allows seeding Faker on each row based on an arbitrary column
@keepif - allows retaining some rows based on regex matching of original data
Compound objects - allows consistency per row, for example an email can be created using firstName, lastName, so that they are not individually randomised.