Replies: 2 comments 4 replies
-
After looking at this more, I believe what I need is the ability to use a |
Beta Was this translation helpful? Give feedback.
-
It is possible to control text generation using 3rd party libraries. Mimesis/faker both have the ability to seed the generators, but I'm not sure how I would pass a value from another column to them. |
Beta Was this translation helpful? Give feedback.
-
Hello! A big thank you for creating this, it is awesome! We are currently using this in conjunction with Mimesis. For some context, Mimesis is another 3rd party data generation library like faker. Is it possible to use the data generated Mimesis/Faker to create 1 to N relationships?
For example, if I wanted to generate a single column with the below:
I can reference that column using the baseColumn attribute, but I'm not sure how to iterate through the values generated by that column and use each one 5 times, or something similar. What I'm looking to do is create related data via primary and foreign keys with something other than integers and be able to specify that I need some X distribution of foreign keys. I'm not sure if I'm making sense, but would appreciate any pointers/assistance!
Beta Was this translation helpful? Give feedback.
All reactions