Package | Description |
---|---|
oracle.pg.common.csvconverter |
Modifier and Type | Class and Description |
---|---|
class |
CSV2OPEConfig |
class |
CSV2OPGConfig |
class |
CSV2OPVConfig |
Modifier and Type | Method and Description |
---|---|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setAllowExtraFields(boolean allowExtraFields)
Wetter to indicate whether or not all the fields in the CSV will be converted to a Vertex or Edge id, label or property i.e.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setAllowMultiLine(boolean allowMultiLine)
Setter to indicate whether or not fields from can contain multiple lines, i.e.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setArrayDelimiter(char arrayDelimiter) |
CSV2OPGConfigBase |
CSV2OPGConfigBase.setCtams(ColumnToAttrMapping[] ctams)
Setter for the
ColumnToAttrMapping array |
CSV2OPGConfigBase |
CSV2OPGConfigBase.setDateFormat(DateFormat dateFormat)
Setter for the preferred Date format used to parse the dates in the CSV file, it can be null.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setDcl(DataConverterListener dcl)
Setter for the instance of DataConverterListener that can be used to report progress and control the conversion process when an error occurs.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setDelimiterChar(char delimiterChar)
Setter for the character used to delimit values in a CSV file, e.g.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setDop(int dop)
Setter for the degree of parallelism used to optimize converting performance.
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setOffsetLines(long offsetLines)
Setter for the number of lines to skip of the input file
|
CSV2OPGConfigBase |
CSV2OPGConfigBase.setQuotationChar(char quotationChar)
Setter for the character used to quote, e.g.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.