- All Implemented Interfaces:
- ExcelParserSplitter, java.util.function.Function<java.lang.String,java.lang.String[]>
public class UnitExcelParserSplitter
extends java.lang.Object
implements ExcelParserSplitter
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. for given input "10.04.2018 05:55:12:132", which is a Date value with unit "132", array with 2 values is
returned. First value of the array equals "10.04.2018 05:55:12" and second "132".