Package org.openrefine.operations.recon
Class ReconOperation.NonBlankRowFilter
- java.lang.Object
-
- org.openrefine.operations.recon.ReconOperation.NonBlankRowFilter
-
- All Implemented Interfaces:
Serializable
,RowFilter
- Enclosing class:
- ReconOperation
protected static class ReconOperation.NonBlankRowFilter extends Object implements RowFilter
Filter used to select only rows which have a non-blank value to reconcile.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NonBlankRowFilter(int columnIndex)
-