DataTable icon indicating copy to clipboard operation
DataTable copied to clipboard

Class library for working with tabular data, especially CSV files

Results 23 DataTable issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 5.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

for example if result set has a name field and data is something like: Name | DateOfBirth Doe, Joe "M" | 1990-04-01 Doe, Joe F" |1993-04-01 this tool will wrap...

Bumps Microsoft.Data.OData from 5.6.0 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.6.0&new-version=5.8.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps Microsoft.Data.OData from 5.6.0 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.6.0&new-version=5.8.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When the CSV file has quite a few (few thousands) rows, DataTable runs out of memory, is there a way around to fix this? Maximise the array size perhaps?

This package is wonderful in .NET Framework. Can it be made to build for .NET Standard 1.x/2.x?