magic.lambda.csv
14.0.2
See the version list below for details.
dotnet add package magic.lambda.csv --version 14.0.2
NuGet\Install-Package magic.lambda.csv -Version 14.0.2
<PackageReference Include="magic.lambda.csv" Version="14.0.2" />
paket add magic.lambda.csv --version 14.0.2
#r "nuget: magic.lambda.csv, 14.0.2"
// Install magic.lambda.csv as a Cake Addin #addin nuget:?package=magic.lambda.csv&version=14.0.2 // Install magic.lambda.csv as a Cake Tool #tool nuget:?package=magic.lambda.csv&version=14.0.2
Parsing CSV files from Hyperlambda
This project provides CSV helper slots for Magic. More specifically, it provides the following slots.
- [lambda2csv] - Creates a CSV string from a lambda object
- [csv2lambda] - Creates a lambda object from a CSV string
Usage
.data
.
name:Thomas Hansen
age:int:47
.
name:John Doe
age:int:67
lambda2csv:x:-/*
add:x:+/*/types
get-nodes:x:@lambda2csv/*
csv2lambda:x:@lambda2csv
types
Notice, the [lambda2csv] slot will return type information, and the [csv2lambda] slot can optionally be given type information in its [types] argument, allowing you to convert correctly back to the correct type(s) as you convert a CSV string to its lambda objects. The [lambda2csv] slot will also create headers for your CSV string, and the [csv2lambda] slot will use the first line to retrieve these headers, to rebuild the lambda object correctly.
This allows you to roundtrip from a lambda object, to CSV format, and back to lambda again, without loosing type information or names of your nodes. This is necessary since CSV doesn't preserve types in any ways. By default the [lambda2csv] will also treat null values correctly, by adding these into the CSV file as "[NULL]". This allows you to preserve null values, which isn't really possible with CSV normally - However, for some edge cases you might want to use different null value, at which point you can supply this as [null-value] argument to both slots. If you supply a [null-value] argument, but set its value to null - Null values will be ignored, and no null values will be persisted in any direction.
Project website
The source code for this repository can be found at github.com/polterguy/magic.lambda.csv, and you can provide feedback, provide bug reports, etc at the same place.
Quality gates
Product | Versions 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. |
.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. |
-
.NETStandard 2.0
- CsvHelper (>= 27.2.1)
- magic.node.extensions (>= 14.0.2)
- magic.signals.contracts (>= 14.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on magic.lambda.csv:
Package | Downloads |
---|---|
magic.library
Helper project for Magic to wire up everything easily by simply adding one package, and invoking two simple methods. When using Magic, this is (probably) the only package you should actually add, since this package pulls in everything else you'll need automatically, and wires up everything sanely by default. To use package go to https://polterguy.github.io |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
17.2.0 | 425 | 1/22/2024 |
17.1.7 | 193 | 1/12/2024 |
17.1.6 | 158 | 1/11/2024 |
17.1.5 | 182 | 1/5/2024 |
17.0.1 | 199 | 1/1/2024 |
17.0.0 | 345 | 12/14/2023 |
16.11.5 | 332 | 11/12/2023 |
16.9.0 | 338 | 10/9/2023 |
16.7.0 | 544 | 7/11/2023 |
16.4.1 | 402 | 7/2/2023 |
16.4.0 | 405 | 6/22/2023 |
16.3.1 | 346 | 6/7/2023 |
16.3.0 | 320 | 5/28/2023 |
16.1.9 | 610 | 4/30/2023 |
15.10.11 | 490 | 4/13/2023 |
15.9.1 | 603 | 3/27/2023 |
15.9.0 | 445 | 3/24/2023 |
15.8.2 | 490 | 3/20/2023 |
15.7.0 | 382 | 3/6/2023 |
15.5.0 | 1,562 | 1/28/2023 |
15.2.0 | 638 | 1/18/2023 |
15.1.0 | 1,158 | 12/28/2022 |
14.5.7 | 705 | 12/13/2022 |
14.5.5 | 802 | 12/6/2022 |
14.5.1 | 647 | 11/23/2022 |
14.5.0 | 607 | 11/18/2022 |
14.4.5 | 678 | 10/22/2022 |
14.4.1 | 738 | 10/22/2022 |
14.4.0 | 629 | 10/17/2022 |
14.3.1 | 1,261 | 9/12/2022 |
14.3.0 | 647 | 9/10/2022 |
14.1.3 | 896 | 8/7/2022 |
14.1.2 | 633 | 8/7/2022 |
14.1.1 | 632 | 8/7/2022 |
14.0.14 | 685 | 7/26/2022 |
14.0.12 | 655 | 7/24/2022 |
14.0.11 | 629 | 7/23/2022 |
14.0.10 | 631 | 7/23/2022 |
14.0.9 | 658 | 7/23/2022 |
14.0.8 | 716 | 7/17/2022 |
14.0.5 | 785 | 7/11/2022 |
14.0.4 | 753 | 7/6/2022 |
14.0.3 | 717 | 7/2/2022 |
14.0.2 | 669 | 7/2/2022 |
14.0.0 | 824 | 6/25/2022 |
13.4.0 | 2,061 | 5/31/2022 |
13.3.4 | 1,424 | 5/9/2022 |
13.3.0 | 951 | 5/1/2022 |
13.2.0 | 1,174 | 4/21/2022 |
13.1.0 | 1,040 | 4/7/2022 |
13.0.0 | 736 | 4/5/2022 |
11.0.5 | 1,403 | 3/2/2022 |
11.0.4 | 756 | 2/22/2022 |
11.0.3 | 790 | 2/9/2022 |
11.0.2 | 783 | 2/6/2022 |
11.0.1 | 786 | 2/5/2022 |
10.0.21 | 762 | 1/28/2022 |
10.0.20 | 764 | 1/27/2022 |
10.0.19 | 762 | 1/23/2022 |
10.0.18 | 732 | 1/17/2022 |
10.0.15 | 908 | 12/31/2021 |
10.0.14 | 530 | 12/28/2021 |
10.0.7 | 1,439 | 12/22/2021 |
10.0.5 | 730 | 12/18/2021 |
9.9.9 | 1,702 | 11/29/2021 |
9.9.3 | 920 | 11/9/2021 |
9.9.2 | 615 | 11/4/2021 |
9.9.0 | 734 | 10/30/2021 |
9.8.9 | 698 | 10/29/2021 |
9.8.7 | 645 | 10/27/2021 |
9.8.6 | 636 | 10/27/2021 |
9.8.5 | 703 | 10/26/2021 |
9.8.0 | 1,344 | 10/20/2021 |
9.7.9 | 616 | 10/19/2021 |
9.7.5 | 1,475 | 10/14/2021 |
9.7.0 | 842 | 10/9/2021 |
9.6.6 | 1,216 | 8/14/2021 |
9.2.0 | 6,239 | 5/26/2021 |
9.1.4 | 1,274 | 4/21/2021 |
9.1.0 | 1,019 | 4/14/2021 |
9.0.0 | 877 | 4/5/2021 |
8.9.9 | 988 | 3/30/2021 |