| Interface | Description |
|---|---|
| ITableDataHandler |
| Class | Description |
|---|---|
| TableDataHandler |
Generic table data handler for finite state machine based parser
|
| TableParser |
Finite state machine based parser for tab-delimited files
Main features:
- accepts all common line separators (CR, LF, CR+LF)
- stripping of quote and escape characters, trimming of column whitespace
and removal of empty trailing columns and rows are configurable options
- warning: NOT THREAD SAFE!
|
| TableParserRunner |
Runner class for finite state machine based parser for tab-delimited files
|
| TableSectionDataHandler |
Table section data handler for finite state machine based parser
|
| TableSectionDetectingDataHandler |
Table section detecting data handler
|
| Enum | Description |
|---|---|
| TableParser.Option |
| Exception | Description |
|---|---|
| TableParserException |
Copyright © 2014. All rights reserved.