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 int
ColumnModel. 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 ColumnModel
ReconUseValuesAsIdentifiersOperation. getNewColumnModel(Grid newState, ChangeContext context)
RowInRecordMapper
ReconMatchBestCandidatesOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconMatchSpecificTopicOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconUseValuesAsIdentifiersOperation. getPositiveRowMapper(Grid state, ChangeContext context)
-