An open API service indexing awesome lists of open source software.

https://github.com/dalenewman/transformalize.transform.poormanstsqlformatter

Adds a formatsql transform to Transformalize
https://github.com/dalenewman/transformalize.transform.poormanstsqlformatter

etl sql-formatter transformalize

Last synced: about 10 hours ago
JSON representation

Adds a formatsql transform to Transformalize

Awesome Lists containing this project

README

          

This adds a `formatsql` method to Transformalize using [Poor Man's T-SQL Formatter](https://github.com/TaoK/PoorMansTSqlFormatter). It is a plug-in for Transformalize.

Build the Autofac project and put it's output into Transformalize's *plugins* folder.

Use like this:

```xml


















```

This produces:

```sql
SELECT *
FROM customers
WHERE NAME = 'google';
```