Skip to content

nkdanfer/RhinoETL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RhinoETL

ETL process in C#.Net equivalent for SSIS package

Create easy ETL process through Rhino using c#.net. Rhino ETL library provide flexibility to extract data from different type of source such as txt file, csv file, database etc. Also transform data and store in expected destinations such as file, database etc.

A quick demo with simple approach for Rhino ETL

ImportFiles: EtlProcess Act as controller to delegate action to appropriate operations

DataRecord Define data delimiter

JoinWordLists: JoinOperation Define primary key from different source files to combine the data. Implemented on JoinOperation base class.

PutData : AbstractOperation Provide transfered data

SimpleFileDataGet : AbstractOperation Get data from defined file

About

Simple guide for ETL process in C#.net using Rhino ETL libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%