Flowthru.Extensions.Csv
0.27.0
See the version list below for details.
dotnet add package Flowthru.Extensions.Csv --version 0.27.0
NuGet\Install-Package Flowthru.Extensions.Csv -Version 0.27.0
<PackageReference Include="Flowthru.Extensions.Csv" Version="0.27.0" />
<PackageVersion Include="Flowthru.Extensions.Csv" Version="0.27.0" />
<PackageReference Include="Flowthru.Extensions.Csv" />
paket add Flowthru.Extensions.Csv --version 0.27.0
#r "nuget: Flowthru.Extensions.Csv, 0.27.0"
#:package Flowthru.Extensions.Csv@0.27.0
#addin nuget:?package=Flowthru.Extensions.Csv&version=0.27.0
#tool nuget:?package=Flowthru.Extensions.Csv&version=0.27.0
Flowthru.Extensions.Csv
Read and write Flowthru Catalog Items as CSV files. Adds the CSV format to the Catalog
builder, so any Item backed by a row sequence serializes to and from .csv with a one-line
declaration.
Mental model
Storage in Flowthru is three independent axes: format (how bytes serialize) × medium (where bytes live) × container (the in-memory shape). This package supplies one format — CSV. It doesn't care whether the bytes live on local disk, S3, or elsewhere (that's the medium's job), only how a row maps to a line. Bring your CSV mental model — a header row, a delimiter, one record per line — and Flowthru handles the typed mapping to your schema.
Install
dotnet add package Flowthru.Extensions.Csv
Declare a CSV-backed Item in your Catalog:
public IItem<IEnumerable<OrderSchema>> Orders =>
CreateItem(() => Item.Of<IEnumerable<OrderSchema>>("Orders")
.Csv()
.AtPath($"{_basePath}/Data/_01_Raw/orders.csv")
.Build());
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- CsvHelper (>= 33.0.1)
- Flowthru.Core (>= 0.27.0)
- Microsoft.Extensions.Configuration (>= 10.0.4)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.4)
- Microsoft.Extensions.Options (>= 10.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Flowthru.Extensions.Csv:
| Package | Downloads |
|---|---|
|
Flowthru
A type-safe data engineering framework for .NET. Includes CSV, Parquet, and Excel format support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.27.1 | 60 | 7/2/2026 |
| 0.27.1-preview.120 | 45 | 7/2/2026 |
| 0.27.0 | 92 | 7/1/2026 |
| 0.27.0-preview.119 | 40 | 7/1/2026 |
| 0.26.0-preview.112 | 65 | 6/5/2026 |
| 0.25.0 | 132 | 6/2/2026 |
| 0.25.0-preview.110 | 60 | 6/2/2026 |
| 0.24.0-preview.108 | 65 | 6/2/2026 |
| 0.21.0 | 117 | 5/24/2026 |
| 0.21.0-preview.101 | 67 | 5/24/2026 |
| 0.20.0 | 108 | 5/23/2026 |
| 0.20.0-preview.100 | 58 | 5/23/2026 |
| 0.19.0-preview.99 | 60 | 5/23/2026 |
| 0.18.5-preview.98 | 64 | 5/22/2026 |
| 0.18.4-preview.97 | 57 | 5/22/2026 |
| 0.18.3 | 108 | 5/20/2026 |
| 0.18.3-preview.95 | 61 | 5/19/2026 |
| 0.18.2 | 108 | 5/18/2026 |
| 0.18.2-preview.93 | 63 | 5/18/2026 |