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 RecordMapper
MultiValuedCellSplitOperation. 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 CellValueSplitter
ColumnSplitOperation. _splitter
Methods in org.openrefine.operations.column that return CellValueSplitter Modifier and Type Method Description protected CellValueSplitter
ColumnSplitOperation. 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 RowInRecordMapper
ColumnSplitOperation. 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 CellValueSplitter
CellValueSplitter. construct(ColumnSplitOperation.Mode mode, String separator, Boolean regex, int[] fieldLengths, Integer maxColumns)
Constructs a CellValueSplitter according to the supplied settings.static CellValueSplitter
CellValueSplitter. splitByLengths(int[] lengths)
static CellValueSplitter
CellValueSplitter. splitByRegex(Pattern regex, int maxColumns)
static CellValueSplitter
CellValueSplitter. splitBySeparator(String separator, int maxColumns)
-