ETLBox 3.4.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ETLBox --version 3.4.4
                    
NuGet\Install-Package ETLBox -Version 3.4.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ETLBox" Version="3.4.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ETLBox" Version="3.4.4" />
                    
Directory.Packages.props
<PackageReference Include="ETLBox" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ETLBox --version 3.4.4
                    
#r "nuget: ETLBox, 3.4.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ETLBox@3.4.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ETLBox&version=3.4.4
                    
Install as a Cake Addin
#tool nuget:?package=ETLBox&version=3.4.4
                    
Install as a Cake Tool

What is ETLBox

ETLBox is a lightweight ETL (extract, transform, load) library and data integration toolbox for .NET. You can use it to read any data from different sources and connect them with customizable transformations. Finally, you can export the data into different databases, web endpoints, file types or any other destinations. While data is processed in memory, you can choose between different transformation components to harmonize, filter, aggregate, validate and clean your data.

ETLBox is a fully functional alternative to other ETL tools like SQLServer Integrations Services (SSIS) or Azure Data Factory. The main difference to other toolsets is that it doesn’t come with a User Interface. But no worries! Working with ETLBox, you will discover that creating data flows programmatically is the best approach for solving most of your ETL and data integration related problems.

Why should I choose ETLBox?

Here are a few things you can do with ETLBox:

  • Convert incoming data to a common format.
  • Prepare data for analysis and visualization.
  • Migrate between databases.
  • Share data processing logic across web apps, batch jobs, and APIs.
  • Power your data ingestion and integration tools.
  • Consume large CSV, Excel or Json files.
  • Process big data with a limited amount of memory.
  • Bulk insert, update or delete into your database.

Core concepts

ETLBox is a data processing engine based on .NET Core, giving you the power to create your own ETL processes. This engine runs inside your applications, APIs, and jobs to extract, filter, transform, migrate data on-the-fly. ETLBox speeds up your development by providing an easy-to-use toolbox for integrating your data from different sources within your app and load them into any target you like.

Learn more: www.etlbox.net

Ready to learn more? Visit www.etlbox.net and get started with coding your own ETL jobs with C#!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (34)

Showing the top 5 NuGet packages that depend on ETLBox:

Package Downloads
ETLBox.SqlServer

This is the SQL Server connector for ETLBox. It enables integration with Microsoft SQL Server for handling structured data in ETL workflows. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

ETLBox.Json

This is the JSON connector for ETLBox. It lets you handle structured and semi-structured JSON data, whether working with files or APIs. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

ETLBox.Postgres

This is the PostgreSQL connector for ETLBox. It supports reading from and writing to PostgreSQL databases for scalable data pipelines. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

ETLBox.Csv

This is the CSV connector for ETLBox. It helps you read and write data in CSV format, making it easy to handle flat-file data for import, export, and transformations. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

ETLBox.MySql

This is the MySQL connector for ETLBox. It lets you connect to MySQL databases, handling relational data for ETL tasks and integrations. ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET. # Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files. # Automate data movement, transformation, and synchronization with minimal memory usage. # Ideal for data warehousing, migrations, and big data processing. Simplify your data integration workflow: ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON. Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel. Key Features: * Stream large datasets efficiently without loading everything into memory * Maximize performance with parallel, task-based data flow execution * Connect to various data sources with built-in connectors or extend with custom components For tutorials, examples, and documentation, visit: https://www.etlbox.net/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.7.3 2,785 11/9/2025
3.7.2 8,143 10/16/2025
3.7.1 28,498 7/8/2025
3.7.0 37,034 3/7/2025
3.6.1 20,208 1/6/2025
3.5.2 4,310 12/20/2024
3.5.2-beta 157 12/10/2024
3.5.2-alpha 189 12/3/2024
3.5.1 1,586 11/15/2024
3.5.0 3,935 10/14/2024
3.4.4 1,497 9/30/2024
3.4.3 2,190 9/12/2024
3.4.2 1,741 9/3/2024
3.4.1 2,244 7/15/2024
3.4.0 3,803 5/29/2024
3.3.0 4,705 3/14/2024
3.2.0 14,273 1/11/2024
3.1.0 8,228 11/24/2023
3.0.2 21,442 10/6/2023
3.0.1 2,925 9/27/2023
3.0.0 7,493 7/11/2023
2.7.1 2,998 6/5/2023
2.7.0 5,610 4/4/2023
2.6.8 7,207 2/9/2023
2.6.7 5,168 1/9/2023
2.6.6 8,918 10/28/2022
2.6.5 7,420 10/19/2022
2.6.4 7,527 10/10/2022
2.6.3 7,588 9/26/2022
2.6.2 7,692 7/8/2022
2.6.1 8,057 5/19/2022
2.6.0 8,323 3/22/2022
2.5.2 8,160 12/30/2021
2.5.1 5,124 10/8/2021
2.5.0 8,684 9/27/2021
2.4.4 6,014 8/4/2021
2.4.3 4,772 7/16/2021
2.4.2 4,832 7/2/2021
2.4.1 9,890 5/17/2021
2.4.0 4,571 4/13/2021
2.3.2 1,967 3/2/2021
2.3.1 4,596 2/16/2021
2.3.0 5,960 1/11/2021
2.2.5 4,839 12/21/2020
2.2.4 4,147 12/15/2020
2.2.3 4,389 12/4/2020
2.2.1 1,815 11/23/2020
2.2.0 4,951 11/17/2020
2.1.4-beta 1,451 10/28/2020
2.1.4-alpha 934 10/24/2020
2.1.3 1,887 10/23/2020
2.1.2 5,985 9/24/2020
2.1.1 1,884 9/3/2020
2.1.0 4,336 9/3/2020
2.0.7 1,278 8/13/2020
2.0.6 1,345 8/13/2020
2.0.5 2,000 7/14/2020
2.0.4 1,789 7/9/2020
2.0.3 1,710 7/1/2020
2.0.2 4,419 7/1/2020
2.0.1 4,062 6/19/2020
2.0.0 3,583 6/10/2020
1.8.9 1,871 6/10/2020
1.8.8 1,727 5/27/2020
1.8.8-beta 1,357 5/24/2020
1.8.8-alpha 1,345 5/18/2020
1.8.7 17,441 5/12/2020
1.8.7-alpha 1,252 4/22/2020
1.8.6 4,360 4/21/2020
1.8.5 2,696 4/9/2020
1.8.4 1,590 4/6/2020
1.8.3 3,325 3/24/2020
1.8.2 1,636 3/9/2020
1.8.2-alpha 1,181 2/28/2020
1.8.1 2,865 2/27/2020
1.8.0 2,813 2/22/2020
1.8.0-rc2 1,158 2/15/2020
1.8.0-rc1 1,022 2/14/2020
1.8.0-beta 1,017 2/10/2020
1.8.0-alpha 1,072 2/4/2020
1.7.7 1,663 1/29/2020
1.7.6 1,494 1/15/2020
1.7.5 1,469 1/5/2020
1.7.5-alpha 1,047 1/3/2020
1.7.4 1,430 1/2/2020
1.7.4-alpha 986 12/31/2019
1.7.3 1,383 12/26/2019
1.7.2 1,332 12/16/2019
1.7.1 1,856 11/30/2019
1.7.0 1,215 11/25/2019
1.6.5 1,280 11/22/2019
1.6.4 1,202 11/17/2019
1.6.3 1,949 11/8/2019
1.6.2 1,281 11/4/2019
1.6.2-alpha 1,058 10/22/2019
1.6.1 1,628 10/18/2019
1.6.0 1,262 10/7/2019
1.5.0 1,304 9/13/2019
1.4.2 1,203 8/30/2019
1.4.1 1,132 8/27/2019
1.4.0 1,144 8/8/2019
1.3.2 1,119 8/5/2019
1.3.1 1,242 6/26/2019
1.3.0 1,204 6/6/2019
1.2.3 1,167 6/5/2019
1.2.2 1,288 5/24/2019
1.2.1 1,211 4/22/2019
1.2.0 1,265 4/13/2019
1.1.2 1,306 3/28/2019
1.1.1 1,613 2/2/2019
1.1.0 1,310 1/28/2019
1.1.0-beta 1,144 1/14/2019
1.0.1 1,407 12/20/2018
1.0.0 1,316 12/17/2018
0.1.1 1,429 12/10/2018

What's new in 3.4.4:

Featurews:
- Aggregation has new AggregationMethods and functionalities \(e.g. Mean, Median, Mode, CountDistinct, CustomAggregation, Predicate,...\)
- New transformation: Pivot

Bug Fixes:
- Fixes issue with cloning dynamic objects that contain null values