https://github.com/dalenewman/transformalize.provider.access
an Access (.mdb) Provider for Transformalize
https://github.com/dalenewman/transformalize.provider.access
access etl transformalize
Last synced: 28 days ago
JSON representation
an Access (.mdb) Provider for Transformalize
- Host: GitHub
- URL: https://github.com/dalenewman/transformalize.provider.access
- Owner: dalenewman
- License: apache-2.0
- Created: 2017-11-29T14:49:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T17:01:51.000Z (about 6 years ago)
- Last Synced: 2025-03-02T20:41:31.666Z (over 1 year ago)
- Topics: access, etl, transformalize
- Language: C#
- Homepage:
- Size: 3.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transformalize.Provider.Access
This is an Access database provider for Transformalize.
Build the Autofac project and put it's output into Transformalize's *plugins* folder.
For this to work, you'll need the [64-bit OLEDB driver](https://www.microsoft.com/en-us/download/details.aspx?id=13255).
### Write Usage
```xml
```
This writes 1000 rows of bogus data to an Access database.
### Read Usage
```xml
```
This reads 10 rows of bogus data from an Access 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