Class UnitExcelParserSplitter
java.lang.Object
com.hybris.backoffice.excel.importing.parser.splitter.UnitExcelParserSplitter
- All Implemented Interfaces:
ExcelParserSplitter,Function<String,String[]>
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".
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".