Database / CSV Spinner

silicon

Newbie
Joined
Jul 28, 2010
Messages
26
Reaction score
5
Anyone know of a product that can take a database file or CSV file and spin the columns with unique text by applying some rules? Thx
 
What kind of CSV databases?

What kind of output do you want?
 
If you're dealing with a mighy unix derivative or have access to standard posix tools and bash (cygwin for instance) all you need is "cut" and "sort -R" (if sort with randomization is supported) I hear mac os x derivatives might not be among those with this built-in functionality (I can't confirm atm), but you can easily replace this with other randomizing one-liners. Easy to do it natively with a vbs script as well. Microsoft has extensive documentation at their "scriptguy" labs about it. HTH.
 
I can write one if you want.
Just tell me the details via PM.
 
You can use ms-access.
- One table with the colums to spin and several colums with the criterion in true/false.
- Then make multiple queries with the columns spined and the criterion set.

I can made this for you, if you want pm me.
 
Being a SQL Server DBA, I can do this for you if you like.
 
Back
Top