Tuesday, May 8, 2012

Text-Fu Still Costs You Time

Even if you have great text editing skills it still cost you time. That is time you didn't spend coding, you spent it CRTL-V, CRTL-C, Alt-Mouse "Column Mode", CTRL-R, ... whatever.

Enter DataPivot.
 DataPivot only does one thing. It takes data and format it for use in a SQL WHERE clause.
Currently there is some formatting options of the SQL such as "Indent Lines", "Wrap after element X", and "Quote Elements" to aid in keeping your code clean.

You can download DataPivot at http://dl.dropbox.com/u/14129654/DataPivot.zip.
You can download DataPivot's source at https://github.com/benjaminkwilliams/csharp-toys.

No comments: