jbogard / bulk-writer

Provides guidance for fast ETL jobs, an IDataReader implementation for SqlBulkCopy (or the MySql or Oracle equivalents) that wraps an IEnumerable, and libraries for mapping entites to table columns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update documentation to include examples of the pipeline API

goodmanmd opened this issue · comments

Documentation needs to be updated with usage examples for the new pipeline API created in #41. Examples should demonstrate each transformation method. See unit tests for some possible examples.