ETLBox 1.7.4-alpha

This is a prerelease version of ETLBox.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ETLBox --version 1.7.4-alpha
                    
NuGet\Install-Package ETLBox -Version 1.7.4-alpha
                    
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="1.7.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ETLBox" Version="1.7.4-alpha" />
                    
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 1.7.4-alpha
                    
#r "nuget: ETLBox, 1.7.4-alpha"
                    
#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@1.7.4-alpha
                    
#: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=1.7.4-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ETLBox&version=1.7.4-alpha&prerelease
                    
Install as a Cake Tool

It's all in the box! Run all your ETL  jobs with this handy C# library. Create your own dataflow, where data is send from a source to a target and transformed on its way. Data can be read from or written into various sources, e.g. databases, flat files or web services. ETLbox supports any custom made source and offers out-of-the box functionalities for SqlServer, SQLite, MySql, Postgres, Json, CSV, Excel, Access & much more.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (33)

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.1 4,598 7/8/2025
3.7.0 35,988 3/7/2025
3.6.1 19,322 1/6/2025
3.5.2 3,721 12/20/2024
3.5.2-beta 109 12/10/2024
3.5.2-alpha 99 12/3/2024
3.5.1 963 11/15/2024
3.5.0 2,687 10/14/2024
3.4.4 884 9/30/2024
3.4.3 1,517 9/12/2024
3.4.2 1,095 9/3/2024
3.4.1 1,675 7/15/2024
3.4.0 3,088 5/29/2024
3.3.0 3,872 3/14/2024
3.2.0 12,183 1/11/2024
3.1.0 6,214 11/24/2023
3.0.2 18,381 10/6/2023
3.0.1 2,422 9/27/2023
3.0.0 6,810 7/11/2023
2.7.1 2,588 6/5/2023
2.7.0 5,177 4/4/2023
2.6.8 6,737 2/9/2023
2.6.7 4,740 1/9/2023
2.6.6 8,302 10/28/2022
2.6.5 7,022 10/19/2022
2.6.4 7,120 10/10/2022
2.6.3 7,162 9/26/2022
2.6.2 7,254 7/8/2022
2.6.1 7,679 5/19/2022
2.6.0 7,797 3/22/2022
2.5.2 7,688 12/30/2021
2.5.1 4,718 10/8/2021
2.5.0 8,324 9/27/2021
2.4.4 5,604 8/4/2021
2.4.3 4,343 7/16/2021
2.4.2 4,375 7/2/2021
2.4.1 9,474 5/17/2021
2.4.0 4,196 4/13/2021
2.3.2 1,861 3/2/2021
2.3.1 4,242 2/16/2021
2.3.0 5,535 1/11/2021
2.2.5 4,496 12/21/2020
2.2.4 3,772 12/15/2020
2.2.3 4,072 12/4/2020
2.2.1 1,666 11/23/2020
2.2.0 4,537 11/17/2020
2.1.4-beta 1,350 10/28/2020
2.1.4-alpha 853 10/24/2020
2.1.3 1,806 10/23/2020
2.1.2 5,586 9/24/2020
2.1.1 1,807 9/3/2020
2.1.0 3,970 9/3/2020
2.0.7 1,189 8/13/2020
2.0.6 1,250 8/13/2020
2.0.5 1,896 7/14/2020
2.0.4 1,688 7/9/2020
2.0.3 1,615 7/1/2020
2.0.2 4,052 7/1/2020
2.0.1 3,762 6/19/2020
2.0.0 3,300 6/10/2020
1.8.9 1,754 6/10/2020
1.8.8 1,586 5/27/2020
1.8.8-beta 1,185 5/24/2020
1.8.8-alpha 1,227 5/18/2020
1.8.7 17,330 5/12/2020
1.8.7-alpha 1,135 4/22/2020
1.8.6 4,181 4/21/2020
1.8.5 2,599 4/9/2020
1.8.4 1,453 4/6/2020
1.8.3 3,195 3/24/2020
1.8.2 1,460 3/9/2020
1.8.2-alpha 1,030 2/28/2020
1.8.1 2,715 2/27/2020
1.8.0 2,634 2/22/2020
1.8.0-rc2 1,033 2/15/2020
1.8.0-rc1 892 2/14/2020
1.8.0-beta 884 2/10/2020
1.8.0-alpha 963 2/4/2020
1.7.7 1,551 1/29/2020
1.7.6 1,364 1/15/2020
1.7.5 1,350 1/5/2020
1.7.5-alpha 916 1/3/2020
1.7.4 1,262 1/2/2020
1.7.4-alpha 899 12/31/2019
1.7.3 1,225 12/26/2019
1.7.2 1,235 12/16/2019
1.7.1 1,763 11/30/2019
1.7.0 1,066 11/25/2019
1.6.5 1,155 11/22/2019
1.6.4 1,105 11/17/2019
1.6.3 1,816 11/8/2019
1.6.2 1,134 11/4/2019
1.6.2-alpha 917 10/22/2019
1.6.1 1,519 10/18/2019
1.6.0 1,137 10/7/2019
1.5.0 1,219 9/13/2019
1.4.2 1,122 8/30/2019
1.4.1 1,047 8/27/2019
1.4.0 1,059 8/8/2019
1.3.2 1,040 8/5/2019
1.3.1 1,171 6/26/2019
1.3.0 1,139 6/6/2019
1.2.3 1,090 6/5/2019
1.2.2 1,199 5/24/2019
1.2.1 1,134 4/22/2019
1.2.0 1,193 4/13/2019
1.1.2 1,233 3/28/2019
1.1.1 1,533 2/2/2019
1.1.0 1,230 1/28/2019
1.1.0-beta 1,059 1/14/2019
1.0.1 1,320 12/20/2018
1.0.0 1,231 12/17/2018
0.1.1 1,354 12/10/2018

Added and improved error messages if component or task runs into an exception.