jaklithn / SqlGenerator

Map input from Excel/text files to SQL Server tables and generate INSERT/UPDATE/DELETE commands
33 stars 16 forks source link

Background

I often found myself in situations where I need to transfer data into my SQL database. The data comes from strange sources and is structured in odd ways. It is relatively easy to shape it up in some kind of table in either Excel or a textfile. But then I need to transfer it into valid SQL ...!

I know SQL syntax and I know how to do search-and-replace, so I can make it. But it is boring and is prone for errors. So I prefer to have a handy tool to do the mapping and generation for me.

Demo

This is what it looks like when you run the application.

SqlGenerator demo

Features

Installation