Package org.apache.beam.sdk.io.csv
Class CsvIOParseError
java.lang.Object
org.apache.beam.sdk.io.csv.CsvIOParseError
CsvIOParseError
is a data class to store errors from CSV record processing. It is Schema
mapped for compatibility with writing to Beam Schema-aware
I/O connectors.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe CSV record associated with the caughtException
.The filename associated with the caughtException
.abstract String
The caughtThrowable.getMessage()
.abstract Instant
The date and time when theException
occurred.abstract String
The caughtThrowable.getStackTrace()
.
-
Constructor Details
-
CsvIOParseError
public CsvIOParseError()
-
-
Method Details
-
getMessage
The caughtThrowable.getMessage()
. -
getCsvRecord
-
getFilename
-
getObservedTimestamp
The date and time when theException
occurred. -
getStackTrace
The caughtThrowable.getStackTrace()
.
-