Found 250 packages
Convert between halfwidth and fullwidth Unicode forms.
Fixed Width Parser Writer for reading and writing flat data (files) with defined field position in line or file (relative height).
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
.NET library for deserializing and serializing fixed width files
A 1 to 1 port of TextFieldParser for .NET Standard.
Lightweight .NET class for reading and writing fixed-width data files. Includes basic reader and writer class, and also generic classes that automatically map class properties to fixed-width fields. Includes many options to control the library's behavior. Now targets either .NET 5.0 or .NET Standard 2.0, and supports nullable reference types.
a simple C# project for reading and writing fixed-width files with headers and footers.
Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed. Supports mapping directly between files and classes.
Support handling of East Asian Width character
ひらがな・カタカナ・半角・全角変換できます。KanaConverter.ToHiragana("アイウ"). Convert japanese hiragana and katakana, half width(hankaku) and full width(zenkaku).
A .NET library that calculates the width of Unicode characters.
A library to get the character width considering EastAsianWidth.
Written in .NET4.5
Readers and writers for CSV and fixed-length file formats. Supports both synchronous and asynchronous operation, data annotations, and wicked fast object serialization.
Package for serializing/deserializing fixed width files from/to objects.
DSharp CSV Helper With this package you can write attributes above your class like: [CsvDelimiter("|")] and above fields: [CsvFormat("yyyyMMdd")] [CsvLength(8)] [CsvFormat("0.00")] [CsvIgnore] Afterwards you can write it: var writer = new CsvWriter<MyObject>(@"c:\export.csv"); //writer.Definition.WriteHeader = false; writer.Write(list);
.Net Library to read from fixed width or delimiter separated file using strongly typed objects. Example: pipe delimited, csv, tsv, etc.
A 1 to 1 port of TextFieldParser for .NET Core.
The GenericParser is a robust C# implementation of a parser for delimited and fixed width format files. It provides a variety of features (ex. custom delimiters, text qualifiers, loading/saving configuration from XML, and many more), performant, and thoroughly tested.
Package Description