Parsley.Net
2.1.0
dotnet add package Parsley.Net --version 2.1.0
NuGet\Install-Package Parsley.Net -Version 2.1.0
<PackageReference Include="Parsley.Net" Version="2.1.0" />
<PackageVersion Include="Parsley.Net" Version="2.1.0" />
<PackageReference Include="Parsley.Net" />
paket add Parsley.Net --version 2.1.0
#r "nuget: Parsley.Net, 2.1.0"
#:package Parsley.Net@2.1.0
#addin nuget:?package=Parsley.Net&version=2.1.0
#tool nuget:?package=Parsley.Net&version=2.1.0
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 | 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. 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. |
-
.NETFramework 4.6.2
-
.NETStandard 2.0
-
.NETStandard 2.1
-
net10.0
-
net9.0
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.
# Release Notes - Parsley.Net v2.1.0
## Release Type: Minor Release: Targets .Net 10
**Date**: 2026-03-13
**Version**: 2.1.0