Skip to content

lanicon/EtLast

 
 

Repository files navigation

EtLast

ETL (Extract, Transform and Load) library for .NET

For Examples, see the last chapter.

License

See LICENSE.

Contributing

Regarding pull requests or any contribution

  • we need a signed CLA (Contributor License Agreement)
  • only code which comply with .editorconfig is accepted

NuGet packages

The master branch is automatically compiled and released to nuget.org

Examples

  1. Create a new .NET Console Appplication

  2. Add the following nuget packages:

  • FizzCode.EtLast.PluginHost
  • FizzCode.EtLast.PluginHost.HelloWorld
  1. Replace your program.cs content with this code:
namespace HelloWorldApp
{
    internal static class Program
    {
        private static void Main(string[] args)
        {
            FizzCode.EtLast.PluginHost.CommandLineHandler.Run("HelloWorld", args);
        }
    }
}
  1. start the application

  2. type this and press Enter: run module HelloWorld

About

ETL (Extract, Transform and load) library for .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%