Interface FieldSpec
- All Superinterfaces:
Serializable
The definition of a field to be extracted from a form-style Excel, including the column name to assign to
the value in the output dataframe and logic for extracting the value.
-
Method Summary
Modifier and TypeMethodDescriptionColumn name to assign to the value in the output dataframe.static FieldSpec
of
(String fieldName, ValueExtractor valueExtractor) Logic for extracting the value of the field.
-
Method Details
-
fieldName
String fieldName()Column name to assign to the value in the output dataframe. -
valueExtractor
ValueExtractor valueExtractor()Logic for extracting the value of the field. -
of
-