Musoq.DataSources.SeparatedValues 11.0.0-alpha.1

This is a prerelease version of Musoq.DataSources.SeparatedValues.
dotnet add package Musoq.DataSources.SeparatedValues --version 11.0.0-alpha.1
                    
NuGet\Install-Package Musoq.DataSources.SeparatedValues -Version 11.0.0-alpha.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Musoq.DataSources.SeparatedValues" Version="11.0.0-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Musoq.DataSources.SeparatedValues" Version="11.0.0-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="Musoq.DataSources.SeparatedValues" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Musoq.DataSources.SeparatedValues --version 11.0.0-alpha.1
                    
#r "nuget: Musoq.DataSources.SeparatedValues, 11.0.0-alpha.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Musoq.DataSources.SeparatedValues@11.0.0-alpha.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Musoq.DataSources.SeparatedValues&version=11.0.0-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Musoq.DataSources.SeparatedValues&version=11.0.0-alpha.1&prerelease
                    
Install as a Cake Tool

Musoq.DataSources.SeparatedValues

The SeparatedValues plugin streams UTF-8 delimited files through a bounded, byte-native pipeline.

Use the strict convenience sources for existing CSV/TSV files:

from #separatedvalues.comma('data.csv', true, 0)
from #separatedvalues.tab('data.tsv', true, 0)
from #separatedvalues.semicolon('data.scsv', false, 0)

For another ASCII delimiter, select it explicitly:

from #separatedvalues.delimited('data.psv', '|', true, 0)

Delimiter and header detection are never guessed. A concrete TABLE contract is authoritative; dynamic sources inspect only a bounded sample (1 MiB, 4,096 records, or 10 ms by default). Headerless contracts bind names by source ordinal, while dynamic headerless sources use Column1, Column2, and so on.

The generic source can opt into quote, escape, trimming, comments, null-token, culture, record-ending, and buffer limits through the documented separatedvalues.* runtime settings. Strict convenience sources retain the historical grammar and defaults.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.0-alpha.1 0 8/18/2026
10.0.3-alpha.1 51 8/9/2026
9.0.3-alpha.4 54 8/2/2026
9.0.3-alpha.3 51 7/26/2026
9.0.3-alpha.2 53 7/19/2026
9.0.3-alpha.1 54 7/18/2026
9.0.2-alpha.1 76 7/13/2026
9.0.1-alpha.1 57 7/12/2026
9.0.0-alpha.5 59 7/5/2026
9.0.0-alpha.4 73 7/5/2026
9.0.0-alpha.3 66 7/5/2026
9.0.0-alpha.2 60 7/4/2026
9.0.0-alpha.1 69 6/30/2026
8.4.7 151 3/21/2026
8.4.6 135 3/10/2026
8.4.5 142 3/7/2026
8.4.4 138 3/1/2026
8.4.3 151 2/14/2026
8.4.2 145 2/8/2026
8.4.1 145 2/1/2026
Loading failed