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.
Readers and writers for CSV and fixed-length file formats. Supports both synchronous and asynchronous operation, data annotations, and wicked fast object serialization.
Helper library to work with SMS / text messages:
• An SMS message part calculator with support for GSM and Unicode
• Detect the required SMS encoding
• Normalize SMS
• Split messages with word wrap
This package includes:
- AlphaNumericValidator for validating whether a string contains only alphanumeric characters.
- AlphaValidator for validating whether a string contains only alpha characters.
- BetweenValidator for validating whether a value is within a minimum and maximum...
More information
Read flat files using the ADO.NET IDataReader interface. This project has been retired and replaced with FlatFiles, which is easier to use, supports more file formats and is extremely fast!