Please upgrade to version 12 (Search ThinkGeo.Core on NuGet) if possible. Version 12 works with both .NET Framework and .NET Core, has much less dependencies and many other benifits over 10.0. Delimited Layer is included in the main package ThinkGeo.Core in Version 12....
More information
CsvParser is a .NET library that makes it easy to work with comma-separated-values (CSV) files (and files with other delimiters). Includes basic classes to read and write CSV data, and also higher-level classes that automatically map class properties to CSV columns. The library correctly handles...
More information
Structured Logging support suitable for AWS Logging from within AspNetCore. Logs in JSON form, including a rendered message, unary scope properties (tags), and KeyValuePair scope properties. An extention method is provided to register a structed AWS log provider; other than that there's no real AWS...
More information
The Software Botany Ivy project is a library containing various string utilities. Included in the library are fluent APIs for parsing and creating delimited and fixed width positional text.
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...
More information
Implements pure functions for extracting tokens from delimited text, similar to the split method.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net2.Library.Tokens/
Issues and bug tracker available at:...
More information
Sort large and small delimited or fixed width files by defined key(s) and direction with optional data filtering and progress reporting. Merge purge two files.