Uses of Class
org.openrefine.operations.exceptions.MissingColumnException
-
Packages that use MissingColumnException Package Description org.openrefine.model org.openrefine.operations.recon -
-
Uses of MissingColumnException in org.openrefine.model
Methods in org.openrefine.model that throw MissingColumnException Modifier and Type Method Description intColumnModel. getRequiredColumnIndex(String columnName)Utility method to get a column index by name and throw an exception if this column does not exist. -
Uses of MissingColumnException in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that throw MissingColumnException Modifier and Type Method Description protected ColumnModelReconUseValuesAsIdentifiersOperation. getNewColumnModel(Grid newState, ChangeContext context)RowInRecordMapperReconMatchBestCandidatesOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconMatchSpecificTopicOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconUseValuesAsIdentifiersOperation. getPositiveRowMapper(Grid state, ChangeContext context)
-