Uses of Interface
org.openrefine.operations.utils.CellValueSplitter
-
Packages that use CellValueSplitter Package Description org.openrefine.operations.cell org.openrefine.operations.column org.openrefine.operations.utils -
-
Uses of CellValueSplitter in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell with parameters of type CellValueSplitter Modifier and Type Method Description protected static RecordMapperMultiValuedCellSplitOperation. recordMapper(int columnIdx, CellValueSplitter splitter) -
Uses of CellValueSplitter in org.openrefine.operations.column
Fields in org.openrefine.operations.column declared as CellValueSplitter Modifier and Type Field Description protected CellValueSplitterColumnSplitOperation. _splitterMethods in org.openrefine.operations.column that return CellValueSplitter Modifier and Type Method Description protected CellValueSplitterColumnSplitOperation. getSplitter()Methods in org.openrefine.operations.column with parameters of type CellValueSplitter Modifier and Type Method Description protected static RowAggregator<Integer>ColumnSplitOperation. buildAggregator(CellValueSplitter splitter, int columnIndex)Aggregator to compute the maximum number of values generated by a splitting configurationprotected static RowInRecordMapperColumnSplitOperation. mapper(CellValueSplitter splitter, int columnIdx, int nbColumns, boolean removeOrigColumn, boolean guessCellType, int keyColumnIndex) -
Uses of CellValueSplitter in org.openrefine.operations.utils
Methods in org.openrefine.operations.utils that return CellValueSplitter Modifier and Type Method Description static CellValueSplitterCellValueSplitter. construct(ColumnSplitOperation.Mode mode, String separator, Boolean regex, int[] fieldLengths, Integer maxColumns)Constructs a CellValueSplitter according to the supplied settings.static CellValueSplitterCellValueSplitter. splitByLengths(int[] lengths)static CellValueSplitterCellValueSplitter. splitByRegex(Pattern regex, int maxColumns)static CellValueSplitterCellValueSplitter. splitBySeparator(String separator, int maxColumns)
-