Uses of Class
org.openrefine.operations.RowMapOperation
-
Packages that use RowMapOperation Package Description org.openrefine.operations org.openrefine.operations.cell org.openrefine.operations.column org.openrefine.operations.recon org.openrefine.operations.row -
-
Uses of RowMapOperation in org.openrefine.operations
Subclasses of RowMapOperation in org.openrefine.operations Modifier and Type Class Description classExpressionBasedOperationBase class for an operation which evaluates an expression on rows or records, and then uses it to derive the new grid. -
Uses of RowMapOperation in org.openrefine.operations.cell
Subclasses of RowMapOperation in org.openrefine.operations.cell Modifier and Type Class Description classMassEditOperationEdits values in a column, by replacing some values by others.classTextTransformOperation -
Uses of RowMapOperation in org.openrefine.operations.column
Subclasses of RowMapOperation in org.openrefine.operations.column Modifier and Type Class Description classColumnAdditionByFetchingURLsOperationAdds a column by fetching URLs generated by an expression, based on a column.classColumnAdditionOperationAdds a new column by evaluating an expression, based on a given column.classColumnMoveOperationclassColumnRemovalOperationclassColumnRenameOperationclassColumnReorderOperationclassColumnSplitOperation -
Uses of RowMapOperation in org.openrefine.operations.recon
Subclasses of RowMapOperation in org.openrefine.operations.recon Modifier and Type Class Description classReconClearSimilarCellsOperationclassReconCopyAcrossColumnsOperationclassReconDiscardJudgmentsOperationclassReconJudgeSimilarCellsOperationclassReconMarkNewTopicsOperationMarks all filtered cells in a given column as reconciled to "new".classReconMatchBestCandidatesOperationclassReconMatchSpecificTopicOperationclassReconUseValuesAsIdentifiersOperationWhen a column contains bare identifiers or URLs, this can be used to mark them as reconciled to some reconciliation service. -
Uses of RowMapOperation in org.openrefine.operations.row
Subclasses of RowMapOperation in org.openrefine.operations.row Modifier and Type Class Description classRowFlagOperationclassRowStarOperation
-