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
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.transform.poormanstsqlformatter
- Owner: dalenewman
- License: agpl-3.0
- Created: 2018-01-22T16:53:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T20:34:57.000Z (over 6 years ago)
- Last Synced: 2025-03-02T20:41:31.334Z (over 1 year ago)
- Topics: etl, sql-formatter, transformalize
- Language: C#
- Size: 1.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
```