In the Ruby land there's a gem called faker <https://github.com/stympy/faker> that allows you to generate fake data. However, I'm not sure it can generate data based on a schema so a little bit of scripting my be necessary. Would this approach work for you?
Yours Greg