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 ensuring a string contains only alphanumeric characters.
- AlphaValidator for ensuring a string contains only alpha characters.
- Base64Validator for ensuring a string is a valid base64 string.
- BetweenValidator for ensuring...
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!