ColFunction |
Adds a col() function to Jep.
|
ColumnMapper |
Returns the string found in the column given by the index
set in the constructor.
|
CompoundMapper |
A compound mapper that gets its value by invoking multiple other mappers
which are set in the constructor.
|
ConstantMapper |
A constant string mapper.
|
CropStringMapper |
A mapper that crops a string if it is longer than a specified
length.
|
DataNoFunction |
Adds a dataNo() function to Jep.
|
DefaultItemFunction<T extends Nameable> |
JEP function that can be used to return the name of a default item in
a project.
|
FlatFileParser |
This class can be used to parse data from flat text files and from
Excel workbooks in xlsx format.
|
FlatFileParser.Data |
|
FlatFileParser.ExcelData |
Subclass that is used to return data when the source file is an Excel
file.
|
FlatFileParser.Line |
|
JepMapper |
A mapper that uses Jep to calculate the final value.
|
LineNoFunction |
Adds a lineNo() function to Jep.
|
NullIfExceptionMapper |
A mapper that returns null if there is an exception when parsing the
input data.
|