Class OldCsvValidator
- java.lang.Object
-
- org.apache.flink.table.descriptors.OldCsvValidator
-
- All Implemented Interfaces:
DescriptorValidator
@Deprecated @Internal public class OldCsvValidator extends Object implements DescriptorValidator
Deprecated.Use the RFC-compliantCsv
format in the dedicated flink-formats/flink-csv module instead.Validator for the legacy CSV connector.
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORMAT_COMMENT_PREFIX
Deprecated.static String
FORMAT_FIELD_DELIMITER
Deprecated.static String
FORMAT_FIELDS
Deprecated.static String
FORMAT_IGNORE_FIRST_LINE
Deprecated.static String
FORMAT_IGNORE_PARSE_ERRORS
Deprecated.static String
FORMAT_LINE_DELIMITER
Deprecated.static String
FORMAT_NUM_FILES
Deprecated.static String
FORMAT_QUOTE_CHARACTER
Deprecated.static String
FORMAT_TYPE_VALUE
Deprecated.static String
FORMAT_WRITE_MODE
Deprecated.
-
Constructor Summary
Constructors Constructor Description OldCsvValidator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
validate(DescriptorProperties properties)
Deprecated.Performs basic validation such as completeness tests.
-
-
-
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
-
-
Method Detail
-
validate
public void validate(DescriptorProperties properties)
Deprecated.Description copied from interface:DescriptorValidator
Performs basic validation such as completeness tests.- Specified by:
validate
in interfaceDescriptorValidator
-
-