up vote 2 down vote favorite
1
share [g+] share [fb]

I've been Googling fpr a product, but have yet to find something that I like for generating random/semi-random Data.

Ideally, I'd be able to use some of my own input lists, combined with email generation, phone number, etc... to be able to generate test CSV files with multiple records.

Also, open source is best.

What tools do you guys use for this?

link|improve this question

74% accept rate
This is a FAQ: stackoverflow.com/questions/101960 – dreftymac Feb 2 '10 at 8:19
feedback

5 Answers

http://www.generatedata.com/

You can use it online, or download the GNU-licensed code and run it yourself. Supports generating CSV, HTML, XML, Excel and SQL data, and you can specify the data types such as Name, Date, Number Range, Zip Code, Phone Number, etc.

link|improve this answer
feedback

i used this once in a project http://www.generatedata.com/

It has a generator http://www.generatedata.com/#generator that you export data in CSV as well.

link|improve this answer
feedback

Try this one :) http://triona.info/

link|improve this answer
I'm pretty sure that's someone running a copy of generatedata. If not, the similarities are incredibly striking. – Wayne Sep 19 '08 at 14:28
feedback

I've been using http://www.fakenamegenerator.com/order.php for awhile, though it looks like http://www.generatedata.com/ is pretty decent. With the fake name generator you can get all the standard fields, like phone number, email, credit card, and ssn, in batches of up to 40000 entries.

link|improve this answer
I liked the generatedata.com one, It's one of the ones I found via Google, but there's a few quirks with it. Mostly, I'd like to be able to save a configuration (I went through and added my 20 columns) and then clicked on another tab and lost all my input. – taudep Sep 19 '08 at 14:21
feedback

I've been mucking with dgMaster http://dgmaster.sourceforge.net/articles/downloads.html. It's a java cross-platform, and is a good start...but I'm not loving it. I'm still looking.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.