TinyCsvParser.Tokenizer.Decorators |
TinyCsvParser.Tokenizer.RFC4180 |
TinyCsvParser.Tokenizer.RegularExpressions |
Name | Description |
---|---|
FixedLengthTokenizer | Implements a Tokenizer, that makes it possible to Tokenize a CSV line using fixed length columns. |
FixedLengthTokenizer.ColumnDefinition | A column in a CSV file, which is described by the start and end position (zero-based indices). |
StringSplitTokenizer |