Getting Started

This guide will help you quickly get up and running with Wolfgang.Etl.Abstractions.

Prerequisites

Installation

Via NuGet Package Manager

dotnet add package Wolfgang.Etl.Abstractions

Via Package Manager Console

Install-Package Wolfgang.Etl.Abstractions

Quick Start

// Add your quick start code example here
// This should show the simplest way to use your library

using Wolfgang.Etl.Abstractions;

// Example usage

Next Steps

Common Issues

Additional Resources