ETLBox 1.8.0-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.8.0-alpha
                    
NuGet\Install-Package ETLBox -Version 1.8.0-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.8.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ETLBox" Version="1.8.0-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.8.0-alpha
                    
#r "nuget: ETLBox, 1.8.0-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.
#addin nuget:?package=ETLBox&version=1.8.0-alpha&prerelease
                    
Install ETLBox as a Cake Addin
#tool nuget:?package=ETLBox&version=1.8.0-alpha&prerelease
                    
Install ETLBox as a Cake Tool

Build your own ETL & data integration 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 works with any custom source and offers out-of-the-box support for SqlServer, SQLite, MySql, Postgres, Json, CSV, Excel, Access & 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. 
.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 (32)

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.0 11,008 a month ago
3.6.1 19,166 3 months ago
3.5.2 3,698 4 months ago
3.5.2-beta 87 4 months ago
3.5.2-alpha 79 4 months ago
3.5.1 932 5 months ago
3.5.0 2,281 6 months ago
3.4.4 851 6 months ago
3.4.3 1,197 7 months ago
3.4.2 1,068 7 months ago
3.4.1 1,646 9 months ago
3.4.0 2,898 5/29/2024
3.3.0 3,759 3/14/2024
3.2.0 11,571 1/11/2024
3.1.0 6,166 11/24/2023
3.0.2 15,812 10/6/2023
3.0.1 2,373 9/27/2023
3.0.0 6,499 7/11/2023
2.7.1 2,519 6/5/2023
2.7.0 5,123 4/4/2023
2.6.8 6,681 2/9/2023
2.6.7 4,684 1/9/2023
2.6.6 8,245 10/28/2022
2.6.5 6,973 10/19/2022
2.6.4 7,076 10/10/2022
2.6.3 7,115 9/26/2022
2.6.2 7,198 7/8/2022
2.6.1 7,613 5/19/2022
2.6.0 7,547 3/22/2022
2.5.2 7,415 12/30/2021
2.5.1 4,582 10/8/2021
2.5.0 8,262 9/27/2021
2.4.4 5,545 8/4/2021
2.4.3 4,292 7/16/2021
2.4.2 4,316 7/2/2021
2.4.1 9,406 5/17/2021
2.4.0 4,137 4/13/2021
2.3.2 1,775 3/2/2021
2.3.1 4,180 2/16/2021
2.3.0 5,425 1/11/2021
2.2.5 4,417 12/21/2020
2.2.4 3,702 12/15/2020
2.2.3 4,014 12/4/2020
2.2.1 1,600 11/23/2020
2.2.0 4,477 11/17/2020
2.1.4-beta 1,289 10/28/2020
2.1.4-alpha 794 10/24/2020
2.1.3 1,745 10/23/2020
2.1.2 5,525 9/24/2020
2.1.1 1,737 9/3/2020
2.1.0 3,904 9/3/2020
2.0.7 1,128 8/13/2020
2.0.6 1,191 8/13/2020
2.0.5 1,828 7/14/2020
2.0.4 1,623 7/9/2020
2.0.3 1,553 7/1/2020
2.0.2 3,985 7/1/2020
2.0.1 3,696 6/19/2020
2.0.0 3,231 6/10/2020
1.8.9 1,678 6/10/2020
1.8.8 1,507 5/27/2020
1.8.8-beta 1,108 5/24/2020
1.8.8-alpha 1,148 5/18/2020
1.8.7 17,262 5/12/2020
1.8.7-alpha 1,058 4/22/2020
1.8.6 4,081 4/21/2020
1.8.5 2,522 4/9/2020
1.8.4 1,375 4/6/2020
1.8.3 3,117 3/24/2020
1.8.2 1,391 3/9/2020
1.8.2-alpha 964 2/28/2020
1.8.1 2,644 2/27/2020
1.8.0 2,332 2/22/2020
1.8.0-rc2 966 2/15/2020
1.8.0-rc1 820 2/14/2020
1.8.0-beta 810 2/10/2020
1.8.0-alpha 899 2/4/2020
1.7.7 1,486 1/29/2020
1.7.6 1,297 1/15/2020
1.7.5 1,284 1/5/2020
1.7.5-alpha 853 1/3/2020
1.7.4 1,191 1/2/2020
1.7.4-alpha 826 12/31/2019
1.7.3 1,160 12/26/2019
1.7.2 1,165 12/16/2019
1.7.1 1,696 11/30/2019
1.7.0 1,000 11/25/2019
1.6.5 1,079 11/22/2019
1.6.4 1,041 11/17/2019
1.6.3 1,714 11/8/2019
1.6.2 1,065 11/4/2019
1.6.2-alpha 851 10/22/2019
1.6.1 1,402 10/18/2019
1.6.0 1,069 10/7/2019
1.5.0 1,149 9/13/2019
1.4.2 1,056 8/30/2019
1.4.1 977 8/27/2019
1.4.0 993 8/8/2019
1.3.2 969 8/5/2019
1.3.1 1,103 6/26/2019
1.3.0 1,077 6/6/2019
1.2.3 1,021 6/5/2019
1.2.2 1,125 5/24/2019
1.2.1 1,063 4/22/2019
1.2.0 1,121 4/13/2019
1.1.2 1,154 3/28/2019
1.1.1 1,460 2/2/2019
1.1.0 1,155 1/28/2019
1.1.0-beta 988 1/14/2019
1.0.1 1,247 12/20/2018
1.0.0 1,161 12/17/2018
0.1.1 1,286 12/10/2018

Improving Lookup with new set of attributes to define matching and retrieving properties. Also a new Aggretion component that simplifies creating aggregates (e.g. to calculate SUM, MIN, MAX or Count or any other custom defined calculation).