A quick one, I am looking for a tool for data generation. I have an entity with dates; the date it was made
, a start
date and an end
date. I want the data generation to take care of this constraints:
made
maybe today or some day afterstart
maybe equal tomade
but not beforeend
maybe only be a day afterstart
or any other date afterstart
I looked at http://generatedata.com and http://mockaroo.com, but they didn't have a way i could maintain the constraints. I just need that constraint, but not sure which softwares to try to maintain these constraints. I just need quick data to test my application. thanks
and just a by and by, have you ever been in such a situation where what you need you can't find?