Upvote.
I'd like to do a similar thing so that i can script the generation of new interlinked datasets.
something like
curl "https://api.mockaroo.com/api/xytyaz?count=20&key=1234" > "Owner.csv"
** push the generated csv as Dataset **
curl "https://api.mockaroo.com/api/xytyaz?count=20&key=1234" > "Shop.csv"
** push the generated csv as Dataset **
curl "https://api.mockaroo.com/api/xytyaz?count=20&key=1234" > "Products.csv"