Package net.sf.basedb.util.parser
package net.sf.basedb.util.parser
-
ClassDescriptionAdds a
col()
function to Jep.Returns the string found in the column given by the index set in the constructor.A compound mapper that gets its value by invoking multiple other mappers which are set in the constructor.This is a tagging interface for all plugins that use theFlatFileParser
and wants easier configuration of the regular expressions used to parse the file.A constant string mapper.A mapper that crops a string if it is longer than a specified length.Adds adataNo()
function to Jep.DefaultItemFunction<T extends Nameable>JEP function that can be used to return the name of a default item in a project.This class can be used to parse data from flat text files and from Excel workbooks in xlsx format.This class holds data about a line parsed by theFlatFileParser.hasMoreData()
method.Subclass that is used to return data when the source file is an Excel file.This class holds data about a line parsed by theFlatFileParser.parseHeaders()
method.Represents the type of a line matched or unmatched by the parser.A mapper that uses Jep to calculate the final value.Adds alineNo()
function to Jep.Represents a mapping expression that gets a single value from a line of data.A mapper that returns null if there is an exception when parsing the input data.This is an extension to theConfigureByExample
interface that allows a plug-in to wrap an input stream with another stream.