SujaySarma.Data.Files.TokenLimitedFiles 9.5.0

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

SujaySarma.Data.Files.TokenLimitedFiles

This library makes it easy to work with token-limited flatfiles like: .CSV, .TSV, and .TXT files.

API

This library provides the following public-surface API:

Attributes

Name Description
FileField Attribute to indicate that a property or field in a class represents a column in a flatfile.

How to use

  • Decorate your classes with the Container attribute to indicate that the class requires token-limited flatfile (de-)serialisation support.
  • Decorate the properties or fields in the classes with the FileField attribute to indicate that they represent columns in the flatfile.
  • Use the TokenLimitedFileReader to read flatfiles into your classes; and the TokenLimitedFileWriter to write out your classes to flatfiles.
  • You may use the TokenLimitedFileContext to perform "connection-less" read/write operations.
NOTE: The TokenLimitedFileWriter or the TokenLimitedFileContext class methods do NOT offer any means to edit a line "in place". If you make changes even to a single field, you will need to write out the entire file. Support for in-place edits are NOT planned and are NOT part of any proposed future feature-set.

This library contains other members marked "public" that are only intended for use by a library implementing a data access mechanism. These members are part of the internal implementation and should not be used directly by consumers of the library. They are subject to change without notice and may not be available in future versions of the library. Please see the code and documentation within SujaySarma.Data.* data access implementation libraries.*


Copyright (c) 2025 and beyond, Sujay V. Sarma. All rights reserved.

Licensed under the MIT License. See LICENSE file in the project root for full license information.

Library authored and maintained by: Sujay V. Sarma.

Issues/Feedback/Suggestions/Feature requests: Please create an issue on the GitHub repository.


Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 was computed.  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 was computed.  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
9.5.0 127 6/20/2025
9.1.0 172 6/26/2024
6.0.1 490 5/29/2022
6.0.0 467 5/28/2022