| Modifier and Type | Method and Description |
|---|---|
void |
DefaultImportParameterParser.setSplitter(ExcelParserSplitter splitter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateExcelParserSplitter
Given splitter doesn't split input, because Date is a simple type.
|
class |
DefaultExcelParserSplitter
Splits the input using
ExcelUtils.extractExcelCellTokens(String) |
class |
UnitExcelParserSplitter
Allows to split given input with unit into 2 values - first value is attribute's value and the second is unit's
value.
E.g. |
| Modifier and Type | Method and Description |
|---|---|
ExcelParserSplitter |
AbstractClassificationAttributeTranslator.getExcelParserSplitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClassificationAttributeTranslator.setExcelParserSplitter(ExcelParserSplitter excelParserSplitter) |
Copyright © 2018 SAP SE. All Rights Reserved.