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 class
ExpressionBasedOperation
Base 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 class
MassEditOperation
Edits values in a column, by replacing some values by others.class
TextTransformOperation
-
Uses of RowMapOperation in org.openrefine.operations.column
Subclasses of RowMapOperation in org.openrefine.operations.column Modifier and Type Class Description class
ColumnAdditionByFetchingURLsOperation
Adds a column by fetching URLs generated by an expression, based on a column.class
ColumnAdditionOperation
Adds a new column by evaluating an expression, based on a given column.class
ColumnMoveOperation
class
ColumnRemovalOperation
class
ColumnRenameOperation
class
ColumnReorderOperation
class
ColumnSplitOperation
-
Uses of RowMapOperation in org.openrefine.operations.recon
Subclasses of RowMapOperation in org.openrefine.operations.recon Modifier and Type Class Description class
ReconClearSimilarCellsOperation
class
ReconCopyAcrossColumnsOperation
class
ReconDiscardJudgmentsOperation
class
ReconJudgeSimilarCellsOperation
class
ReconMarkNewTopicsOperation
Marks all filtered cells in a given column as reconciled to "new".class
ReconMatchBestCandidatesOperation
class
ReconMatchSpecificTopicOperation
class
ReconUseValuesAsIdentifiersOperation
When 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 class
RowFlagOperation
class
RowStarOperation
-