Creating data for related tables

Can we create data for related tables, example parent and child tables.

First, create your schema for the parent table and generate some data in csv format. Then upload the csv file back into Mockaroo as a new Dataset. If the file is particularly large, you may want upload a csv file containing just the primary key column instead (or any other columns you plan to reference in your child table). Finally, create the schema for your child table, and pull in the primary key column from your parent table using the “Dataset Column” field type.

Here’s a video tutorial: https://youtu.be/XATDlwG1azU?list=PLKMZcxOsC3u0Y-4CHg5SDpVjTcrvGttTt

Hey thank you so much… Shall definitely try that !!!

If there are many related tables, you can use mockaroo APIs and postman to do this in bulk. Refer this blog post for details.