Class SimpleTextExcelParser
java.lang.Object
org.qubership.atp.dataset.migration.formula.parsers.RegexpFormulaAdapter
org.qubership.atp.dataset.migration.formula.parsers.SimpleTextExcelParser
- All Implemented Interfaces:
ExcelFormulaAdapter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.atp.dataset.migration.formula.parsers.RegexpFormulaAdapter
getMatcher, matches
-
Constructor Details
-
SimpleTextExcelParser
public SimpleTextExcelParser()
-
-
Method Details
-
getType
-
transform
Description copied from interface:ExcelFormulaAdapterTransforms excel cell data into ds service value.- Returns:
- Ds service value
- Throws:
TransformationException
-
getPattern
- Specified by:
getPatternin classRegexpFormulaAdapter
-
getFormulaDescription
- Specified by:
getFormulaDescriptionin classRegexpFormulaAdapter
-