https://github.com/dalenewman/transformalize.provider.sqlserver
a sql server provider for transformalize
https://github.com/dalenewman/transformalize.provider.sqlserver
etl sql-server sqlserver transformalize
Last synced: 4 months ago
JSON representation
a sql server provider for transformalize
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.provider.sqlserver
- Owner: dalenewman
- License: apache-2.0
- Created: 2018-03-06T04:45:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T21:11:10.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T17:54:31.907Z (about 1 year ago)
- Topics: etl, sql-server, sqlserver, transformalize
- Language: C#
- Size: 3.8 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Overview
This adds a `SqlServer` provider to Transformalize.
### Write Usage
```xml
```
This writes 1000 rows of bogus data to a Sql Server database.
### Read Usage
```xml
```
This reads 10 rows of bogus data from a SqlServer database:
Identity,FirstName,LastName,Stars,Reviewers
1,Justin,Konopelski,3,153
2,Eula,Schinner,2,41
3,Tanya,Shanahan,4,412
4,Emilio,Hand,4,469
5,Rachel,Abshire,3,341
6,Doyle,Beatty,4,458
7,Delbert,Durgan,2,174
8,Harold,Blanda,4,125
9,Willie,Heaney,5,342
10,Sophie,Hand,2,176