Class Summary |
AbstractFileParser |
Abstract implementation from which all File parser should inherit from. |
ColumnParseData |
Encapsulate the information needed to parse a column. |
CompoundColumnParser |
Implement a column parser for a compound column that consists of a sequence
of attribute values separated by a set of delimiters. |
CSVDataObjectParser |
Implement a CSV parser for a data object by using a data-driven approach. |
DelimitedDataObjectParser |
Implement a delimited text parser for a data object by using a data-driven approach. |
ExcelFileParser |
Parser for importing an Excel file (a single sheet) into a data class. |
FixedWidthDataObjectParser |
Implement a fixed-width text parser for a data object by using a data-driven approach. |
ParserUtils |
Contains various parsing related utility methods. |
TextFileParser |
Parser for importing data from a text file into a data class. |