Class OldCsvValidator
- java.lang.Object
-
- org.apache.flink.table.descriptors.OldCsvValidator
-
- All Implemented Interfaces:
org.apache.flink.table.descriptors.DescriptorValidator
@Deprecated @Internal public class OldCsvValidator extends Object implements org.apache.flink.table.descriptors.DescriptorValidator
Deprecated.Use the RFC-compliantCsvformat in the dedicated flink-formats/flink-csv module instead.Validator for the legacy CSV connector.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORMAT_COMMENT_PREFIXDeprecated.static StringFORMAT_FIELD_DELIMITERDeprecated.static StringFORMAT_FIELDSDeprecated.static StringFORMAT_IGNORE_FIRST_LINEDeprecated.static StringFORMAT_IGNORE_PARSE_ERRORSDeprecated.static StringFORMAT_LINE_DELIMITERDeprecated.static StringFORMAT_NUM_FILESDeprecated.static StringFORMAT_QUOTE_CHARACTERDeprecated.static StringFORMAT_TYPE_VALUEDeprecated.static StringFORMAT_WRITE_MODEDeprecated.
-
Constructor Summary
Constructors Constructor Description OldCsvValidator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidvalidate(org.apache.flink.table.descriptors.DescriptorProperties properties)Deprecated.
-
-
-
Field Detail
-
FORMAT_TYPE_VALUE
public static final String FORMAT_TYPE_VALUE
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_FIELD_DELIMITER
public static final String FORMAT_FIELD_DELIMITER
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_LINE_DELIMITER
public static final String FORMAT_LINE_DELIMITER
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_QUOTE_CHARACTER
public static final String FORMAT_QUOTE_CHARACTER
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_COMMENT_PREFIX
public static final String FORMAT_COMMENT_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_IGNORE_FIRST_LINE
public static final String FORMAT_IGNORE_FIRST_LINE
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_IGNORE_PARSE_ERRORS
public static final String FORMAT_IGNORE_PARSE_ERRORS
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_FIELDS
public static final String FORMAT_FIELDS
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_WRITE_MODE
public static final String FORMAT_WRITE_MODE
Deprecated.- See Also:
- Constant Field Values
-
FORMAT_NUM_FILES
public static final String FORMAT_NUM_FILES
Deprecated.- See Also:
- Constant Field Values
-
-