EtlGate is a library to facilitate reading delimited files.
It has the following features:
- comma delimited (CSV) data reader provided
- based on an any-sequence delimited data reader
- reads from a stream and returns IEnumerable so there is virtually no limit to your data size
The build script requires Ruby with rake installed.
- Run
InstallGems.bat
to get the ruby dependencies (only needs to be run once per computer) - open a command prompt to the root folder and type
rake
to execute rakefile.rb
If you do not have ruby:
- open src\EtlGate.sln with Visual Studio and Build the solution
This project is part of MVBA's Open Source Projects.
If you have questions or comments about this project, please contact us at mailto:opensource@mvbalaw.com.