benkeen / generatedata

A powerful, feature-rich, random test data generator.
https://generatedata.com
2.23k stars 611 forks source link

Request: Nested Lists #325

Open conradhagemans opened 9 years ago

conradhagemans commented 9 years ago

I would like the option to fill a field with a random valuew based on an other field.

For example: Car Brands / Models BMW -> 520D BMW -> 330 Volkswagen -> Golf Vollkswagen -> Jetta

So the first field is filled random with the car brand and the second field random with a model belonging to that brand.

benkeen commented 8 years ago

Great idea. This could easily be implemented as a plugin.

conradhagemans commented 8 years ago

How difficult is it to implement such plugin? I am willing to help and spent time on it. But not shure if my programming skills are suificiant.