Package | Description |
---|---|
com.pervasive.datarush.operators.io |
Provides base file I/O components including encoders and decoders.
|
Modifier and Type | Method and Description |
---|---|
ParseErrorAction |
ParsingOptions.getExtraFieldAction()
Gets how fields found when parsing the record,
but not declared in the schema are handled.
|
ParseErrorAction |
AbstractReader.getExtraFieldAction()
Gets how fields found when parsing the record,
but not declared in the schema are handled.
|
ParseErrorAction |
ParsingOptions.getFieldErrorAction()
Gets how fields which cannot be parsed are handled.
|
ParseErrorAction |
AbstractReader.getFieldErrorAction()
Gets how fields which cannot be parsed are handled.
|
ParseErrorAction |
ParsingOptions.getMissingFieldAction()
Gets how fields declared in the schema, but
not found when parsing the record are handled.
|
ParseErrorAction |
AbstractReader.getMissingFieldAction()
Gets how fields declared in the schema, but
not found when parsing the record are handled.
|
static ParseErrorAction |
ParseErrorAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseErrorAction[] |
ParseErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsingOptions.setExtraFieldAction(ParseErrorAction action)
Sets how to handle fields found when parsing the record,
but not declared in the schema.
|
void |
AbstractReader.setExtraFieldAction(ParseErrorAction action)
Sets how to handle fields found when parsing the record,
but not declared in the schema.
|
void |
ParsingOptions.setFieldErrorAction(ParseErrorAction action)
Sets how to handle fields which cannot be parsed.
|
void |
AbstractReader.setFieldErrorAction(ParseErrorAction action)
Sets how to handle fields which cannot be parsed.
|
void |
ParsingOptions.setMissingFieldAction(ParseErrorAction action)
Sets how to handle fields declared in the schema, but
not found when parsing the record.
|
void |
AbstractReader.setMissingFieldAction(ParseErrorAction action)
Sets how to handle fields declared in the schema, but
not found when parsing the record.
|
void |
ParsingOptions.setParseErrorAction(ParseErrorAction action)
Sets how to handle all parsing errors.
|
void |
AbstractReader.setParseErrorAction(ParseErrorAction action)
Sets how to handle all parsing errors.
|
Copyright © 2020 Actian Corporation. All rights reserved.