public class BulkLoadCsvFormat extends BulkLoadFormat
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
DEFAULT_COMMENT_CHARS
Line comment start pattern.
|
static String |
DEFAULT_ESCAPE_CHARS
Default escape sequence start characters.
|
static Pattern |
DEFAULT_FIELD_SEPARATOR
Field separator pattern.
|
static Pattern |
DEFAULT_LINE_SEPARATOR
Line separator pattern.
|
static String |
DEFAULT_QUOTE_CHARS
Quote characters
|
static String |
NAME
Format name.
|
DEFAULT_INPUT_CHARSET| Constructor and Description |
|---|
BulkLoadCsvFormat() |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
commentChars()
Returns the line comment start pattern.
|
void |
commentChars(Pattern commentChars)
Sets the line comment start pattern.
|
String |
escapeChars()
Returns the escape characters.
|
void |
escapeChars(String escapeChars)
Sets the escape characters.
|
Pattern |
fieldSeparator()
Returns the field separator pattern.
|
void |
fieldSeparator(Pattern fieldSeparator)
Sets the field separator pattern.
|
String |
inputCharsetName()
Returns the input file charset name, null if not specified.
|
void |
inputCharsetName(String inputCharsetName)
Sets the input file charset name.
|
Pattern |
lineSeparator()
Returns the line separator pattern.
|
void |
lineSeparator(Pattern lineSeparator)
Sets the line separator pattern.
|
String |
name()
Returns the name of the format.
|
String |
quoteChars()
Returns the quote characters.
|
void |
quoteChars(String quoteChars)
Sets the quote characters.
|
@NotNull public static final Pattern DEFAULT_LINE_SEPARATOR
@NotNull public static final Pattern DEFAULT_FIELD_SEPARATOR
@NotNull public static final String DEFAULT_QUOTE_CHARS
@Nullable public static final String DEFAULT_ESCAPE_CHARS
@Nullable public static final Pattern DEFAULT_COMMENT_CHARS
public static final String NAME
public String name()
name in class BulkLoadFormat@Nullable public Pattern lineSeparator()
public void lineSeparator(@Nullable
Pattern lineSeparator)
lineSeparator - The line separator pattern.@Nullable public Pattern fieldSeparator()
public void fieldSeparator(@Nullable
Pattern fieldSeparator)
fieldSeparator - The field separator pattern.@Nullable public String quoteChars()
public void quoteChars(@Nullable
String quoteChars)
quoteChars - The quote characters.@Nullable public Pattern commentChars()
public void commentChars(@Nullable
Pattern commentChars)
commentChars - The line comment start pattern.@Nullable public String escapeChars()
public void escapeChars(@Nullable
String escapeChars)
escapeChars - The escape characters.@Nullable public String inputCharsetName()
public void inputCharsetName(@Nullable
String inputCharsetName)
inputCharsetName - The input file charset name.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019