|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CsvFieldMapping
should
include this token somewhere.
BigDecimal
.CsvFieldValidator
in the
same Chain
.CsvFieldValidator
may be used to validate that the value of a CSV
field falls within certain parameters.List
of
CsvFieldMapping
s and generating new instances of the Class that the
CSV record is declared to represent.XMLGregorianCalendar
.CsvFieldValidator.execute(Context)
in order to
access simple progress tracking of the Context
through a
Chain
of CsvFieldValidator
s.
DatatypeConfigurationException
, just
return null.
Chain
of CsvFieldValidator
s.
CsvFieldMapping
s.
CsvMappingDefinition.beanClassName
.
mappingDefinition
and
instantiating the csvReader
.
RegularExpressionCsvFieldValidator
with a regular
expression of "^[^\!\@\%\&\*\~\?\<\>]*$"RegularExpressionCsvFieldValidator
with a regular
expression of "^\\d{5}\\p{Punct}?\\s?(?:\\d{4})?$" instead.CsvFieldValidator
one or more regular expressions, and it
will not allow a String that fails any of them to pass validation.Chain
of CsvFieldValidator
s.
CsvFieldFormatter
returns the same String it is given except
that the white space on either extremity has been removed.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |