Package | Description |
---|---|
oracle.pg.common.csvconverter |
This package contains the logic for converting CSV files into graph files in Oracle Flat-file format.
|
Modifier and Type | Class and Description |
---|---|
class |
CSV2OPEConfig
This class contains the configuration settings to convert a CSV file into an edge file in Oracle Flat-file format (OPE file).
|
class |
CSV2OPGConfig
This class contains the ID configuration settings to convert a CSV file into graph file in Oracle Flat-file format (OPV, OPE files).
|
class |
CSV2OPVConfig
This class contains the configuration settings to convert a CSV file into a vertex file in Oracle Flat-file format (OPV file).
|
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(java.text.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, 2018 Oracle and/or its affiliates. All Rights Reserved.