Interface FormParser
- All Superinterfaces:
Parser
,Serializable
A
Parser
for extracting data in a non-tabular format.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder for creating instances ofFormParser
. -
Method Summary
Modifier and TypeMethodDescriptionstatic FormParser.Builder
builder()
Create aFormParser.Builder
for constructing an instance of this class.default NumericCellStringifier
default 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:Parser
Return a collection of parsed records. The returned collection can be empty.- Specified by:
parseWorkbook
in interfaceParser
-
builder
Create aFormParser.Builder
for constructing an instance of this class.
-