Parsley.Net 2.1.0

dotnet add package Parsley.Net --version 2.1.0
                    
NuGet\Install-Package Parsley.Net -Version 2.1.0
                    
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="Parsley.Net" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Parsley.Net" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Parsley.Net" />
                    
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 Parsley.Net --version 2.1.0
                    
#r "nuget: Parsley.Net, 2.1.0"
                    
#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 Parsley.Net@2.1.0
                    
#: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=Parsley.Net&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Parsley.Net&version=2.1.0
                    
Install as a Cake Tool

Introduction

What is Parsley.Net?

Parsley.Net is a .net utility to help parse Fixed Width or Delimiter Separated file using strongly typed objects.

It is a simple and easy to use library that can be used to parse delimeter separated files in .net applications. It is designed to be lightweight and fast, making it ideal for use in high-performance applications.

What is Fixed width or Delimiter separated text file?

Fixed width or Delimiter separated text file is a file that has a specific format which allows for the manipulation of textual information in an organized fashion.

  • Each row contains one record of information; each record can contain multiple pieces of data fields or columns.
  • The data columns are separated by any character you specify called the delimiter.
  • All rows in the file follow a consistent format and should be with the same number of data columns.
  • Data columns could be empty with no value.

Example: Simple pipe '|' separated Delimeter File is shown below (this could even be comma ',' separated CSV)

|Mr|Jack Marias|Male|London, UK|Active|||
|Dr|Bony Stringer|Male|New Jersey, US|Active||Paid|
|Mrs|Mary Ward|Female||Active|||
|Mr|Robert Webb|||Active|||

Getting Started?

i. Installation

Install the latest version of Parsley.Net nuget package with command below.

NuGet\Install-Package Parsley.Net 

ii. Developer Guide

This comprehensive guide provides detailed information on Parsley, covering everything from basic concepts to advanced implementations and troubleshooting guidelines.

Please click on Developer Guide for complete details.

Support

If you are having problems, please let me know by raising a new issue.

License

This project is licensed with the MIT license.

Product 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.  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 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 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Parsley.Net:

Package Downloads
FixedWidth.FileParser

.Net Library to read from fixed width or delimiter separated file using strongly typed objects. Example: pipe delimited, csv, tsv, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 89 3/13/2026
2.0.0 219 11/4/2025
1.1.5 214 6/18/2025
1.1.0 205 6/15/2025
1.0.1 868 5/16/2025
1.0.0 232 5/8/2025

# Release Notes - Parsley.Net v2.1.0
     ## Release Type: Minor Release:  Targets .Net 10
     **Date**: 2026-03-13
     **Version**: 2.1.0