SuperConvert 1.0.5.2
dotnet add package SuperConvert --version 1.0.5.2
NuGet\Install-Package SuperConvert -Version 1.0.5.2
<PackageReference Include="SuperConvert" Version="1.0.5.2" />
<PackageVersion Include="SuperConvert" Version="1.0.5.2" />
<PackageReference Include="SuperConvert" />
paket add SuperConvert --version 1.0.5.2
#r "nuget: SuperConvert, 1.0.5.2"
#:package SuperConvert@1.0.5.2
#addin nuget:?package=SuperConvert&version=1.0.5.2
#tool nuget:?package=SuperConvert&version=1.0.5.2
SuperConvert
Make your data conversion simple
SuperConvert is a lightweight .NET library for converting between common data formats with a simple API.
Packages
SuperConvert(core conversions): NuGetSuperConvert.Files(file conversion helpers): NuGetSuperConvert.Abstraction(DI-friendly service abstraction): NuGet
What's new (SuperConvert)
1.0.5.2
- Updated NuGet package icon (
electric-generator.png).
1.0.5.x
- Fixed CSV escaping/unescaping issue for quote characters (
"). - Export now escapes quotes as doubled quotes (
"") in CSV fields. - Import now correctly parses quoted values and restores escaped quotes.
- Added regression tests for CSV quote handling and quoted comma fields.
Features
- JSON to
DataTable DataTableto JSON- JSON to CSV / CSV to JSON
DataTableto CSV / CSV toDataTable- JSON to XLS /
DataTableto XLS - Gregorian and Hijri date conversion
- String and file Base64 conversion helpers
Target frameworks
Current package targets:
netcoreapp3.1net5.0net6.0net7.0net8.0net9.0net10.0
Installation
Core package
Install-Package SuperConvert -Version 1.0.5.2
Files package
Install-Package SuperConvert.Files -Version 1.0.3.9
Abstraction package
Install-Package SuperConvert.Abstraction -Version 1.0.0.3
Usage
Namespaces
using SuperConvert.Extensions;
using System.Data;
JSON to DataTable
string customers = "[{\"CompanyID\":\"k123\",\"Role\":\"Admin\",\"Country\":\"UK\"}]";
DataTable dt = customers.ToDataTable("TableName");
DataTable to JSON
string json = dt.ToJson();
DataTable to CSV
string path = string.Empty;
string fileName = "DtToCsv";
string csvPath = dt.ToCsv(path, fileName);
CSV to DataTable
DataTable csvDt = ExcelConverter.CsvToDataTable(csvPath);
CSV quote behavior (example)
Input text:
The "elephant" in the room.
CSV field output:
"The ""elephant"" in the room."
Import returns:
The "elephant" in the room.
Latest versions
| Package | Version | Link |
|---|---|---|
| SuperConvert | 1.0.5.2 | https://www.nuget.org/packages/SuperConvert/1.0.5.2 |
| SuperConvert.Files | 1.0.3.9 | https://www.nuget.org/packages/SuperConvert.Files |
| SuperConvert.Abstraction | 1.0.0.3 | https://www.nuget.org/packages/SuperConvert.Abstraction |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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 is compatible. 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 is compatible. 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 is compatible. 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.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
-
net10.0
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SuperConvert:
| Package | Downloads |
|---|---|
|
SuperConvert.Files
SuperConvert is an open-source lightweight package to convert your data in c# Convert between data containers, Json/Datatable/Excelsheets and other data tables Create some json strings / Data tables Convert between them Convert DateTime Convert Json ⇔ Csv Convert DataTable ⇔ Csv ✨Magic ✨ |
|
|
SuperConvert.Abstraction
SuperConvert.Abstraction is an open-source lightweight package to convert your data in c# Convert between data containers, Json/Datatable/Excelsheets and other data tables Create some json strings / Data tables Convert between them Convert DateTime Convert Json ⇔ Csv Convert DataTable ⇔ Csv ✨Magic ✨ |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SuperConvert:
| Repository | Stars |
|---|---|
|
VedAstro/VedAstro
A non-profit, open source project to make Vedic Astrology easily available to all.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.5.2 | 193 | 4/21/2026 | |
| 1.0.5.1 | 83 | 4/20/2026 | |
| 1.0.5 | 160 | 4/20/2026 | |
| 1.0.4.9 | 90,236 | 12/11/2023 | |
| 1.0.4.8 | 6,273 | 8/22/2023 | |
| 1.0.4.7 | 337 | 8/15/2023 | |
| 1.0.4.6 | 375 | 8/13/2023 | |
| 1.0.4.5 | 4,870 | 7/11/2023 | |
| 1.0.4.4 | 18,810 | 4/4/2023 | |
| 1.0.4.3 | 840 | 3/23/2023 | |
| 1.0.4.2 | 874 | 3/14/2023 | |
| 1.0.4.1 | 443 | 3/14/2023 | |
| 1.0.4 | 465 | 3/14/2023 | |
| 1.0.3.7 | 3,068 | 1/9/2023 | |
| 1.0.3.6 | 1,805 | 11/14/2022 | |
| 1.0.3.5 | 533 | 11/9/2022 | |
| 1.0.3.4 | 1,104 | 10/24/2022 | |
| 1.0.3.3 | 751 | 10/5/2022 | |
| 1.0.3.2 | 6,278 | 9/26/2022 | |
| 1.0.3.1 | 692 | 9/26/2022 |