Comments
1 comment
-
Hi rbrend, thank you for your forum post.
Using a CSV generator will obviously help you achieve the above.
You could also use a Python Script to achieve your goal. Further reading available here in the 'Python script generator' section. There are also Python script example's for you to use as a starting point in creating your own scripts.
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
I know I can do this if I have pre-existing data like a CSV by setting the seeds to be the same but can't see a way with randomly generated data.
The data is not stored in a separate table with a reference because over time there will be some exceptions to the above rule (just to be difficult), so whilst my test data should reflect the above rule I can't restrict the schema as I might ordinarily.