Generate Script transformation

Would be nice if EasyMorph could generate SQL statements for exporting data into databases.

Currently Export to database transformation writes all data directly into a single database, but in some cases this may not be sufficient. For example, when there are multiple databases with identical structure, and all of them need to be updated with same data. Or when there are several environments like development, qa, and production, each with its own copy of a database.

A possible solution would be to create a Generate Script transformation. For each line in a table, it would generate an INSERT statement with all column names and values for each row. It will be possible to use those scripts at any time and on any number of databases.