Uses of Enum Class
com.pervasive.datarush.operators.io.ParseErrorAction
Packages that use ParseErrorAction
Package
Description
Provides base file I/O components including encoders and decoders.
-
Uses of ParseErrorAction in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return ParseErrorActionModifier and TypeMethodDescriptionAbstractReader.getExtraFieldAction()Gets how fields found when parsing the record, but not declared in the schema are handled.ParsingOptions.getExtraFieldAction()Gets how fields found when parsing the record, but not declared in the schema are handled.AbstractReader.getFieldErrorAction()Gets how fields which cannot be parsed are handled.ParsingOptions.getFieldErrorAction()Gets how fields which cannot be parsed are handled.AbstractReader.getMissingFieldAction()Gets how fields declared in the schema, but not found when parsing the record are handled.ParsingOptions.getMissingFieldAction()Gets how fields declared in the schema, but not found when parsing the record are handled.static ParseErrorActionReturns the enum constant of this class with the specified name.static ParseErrorAction[]ParseErrorAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.operators.io with parameters of type ParseErrorActionModifier and TypeMethodDescriptionvoidAbstractReader.setExtraFieldAction(ParseErrorAction action) Sets how to handle fields found when parsing the record, but not declared in the schema.voidParsingOptions.setExtraFieldAction(ParseErrorAction action) Sets how to handle fields found when parsing the record, but not declared in the schema.voidAbstractReader.setFieldErrorAction(ParseErrorAction action) Sets how to handle fields which cannot be parsed.voidParsingOptions.setFieldErrorAction(ParseErrorAction action) Sets how to handle fields which cannot be parsed.voidAbstractReader.setMissingFieldAction(ParseErrorAction action) Sets how to handle fields declared in the schema, but not found when parsing the record.voidParsingOptions.setMissingFieldAction(ParseErrorAction action) Sets how to handle fields declared in the schema, but not found when parsing the record.voidAbstractReader.setParseErrorAction(ParseErrorAction action) Sets how to handle all parsing errors.voidParsingOptions.setParseErrorAction(ParseErrorAction action) Sets how to handle all parsing errors.