Interface FormParser
- All Superinterfaces:
Parser,Serializable
A
Parser for extracting data in a non-tabular format.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder for creating instances ofFormParser. -
Method Summary
Modifier and TypeMethodDescriptionstatic FormParser.Builderbuilder()Create aFormParser.Builderfor constructing an instance of this class.default NumericCellStringifierdefault Collection<ParsedRecord>parseWorkbook(WorkbookWithMetadata workbook) Return a collection of parsed records.Methods inherited from interface com.palantir.transforms.excel.Parser
columnNameToType
-
Method Details
-
fieldSpecs
-
sheetSelector
SheetSelector sheetSelector() -
numericCellStringifier
-
parseWorkbook
Description copied from interface:ParserReturn a collection of parsed records. The returned collection can be empty.- Specified by:
parseWorkbookin interfaceParser
-
builder
Create aFormParser.Builderfor constructing an instance of this class.
-