EasyETL.Net icon indicating copy to clipboard operation
EasyETL.Net copied to clipboard

Set of .Net Libraries written in C# to create Listeners, Extractors, Writers and possibly more. These libraries allow you to (a) listen for events, (b) load data into dataset and (c) Write dataset to...

Results 7 EasyETL.Net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/corefx) from 4.6.0 to 4.7.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...

dependencies

You can write Example for library, because you update library and it is new. Thanks you very much.

Hello, I am parsing a CSV file, and creating an in mem table, I also want to perform a `Sum` on import, how can I set that up with your...