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 |
CSV2OPGConfig
This class contains the ID configuration settings to convert a CSV file into graph file in Oracle Flat-file format (OPV, OPE files).
|
Modifier and Type | Method and Description |
---|---|
CSV2OPEConfig |
CSV2OPEConfig.setDvidColumnName(java.lang.String dvidColumnName)
Setter for the column name that will be used as DVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setEidColumnName(java.lang.String eidColumnName)
Setter for the edge id column name
|
CSV2OPEConfig |
CSV2OPEConfig.setElColumnName(java.lang.String elColumnName)
Getter for the column name that will be used as edge label param elColumnName
|
CSV2OPEConfig |
CSV2OPEConfig.setHasEdgeLabelColumn(boolean hasEdgeLabelColumn)
Setter for hasEdgeLabelCol
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetDVID(long lOffsetDVID)
Setter for the offset to the DVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetEID(long offsetEID)
Setter for the edge id offset.
|
CSV2OPEConfig |
CSV2OPEConfig.setOffsetSVID(long lOffsetSVID)
Setter for the offset to the SVID.
|
CSV2OPEConfig |
CSV2OPEConfig.setSvidColumnName(java.lang.String svidColumnName)
Setter for the column name that will be used as SVID.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphCSVConverter.convertCSV2OPE(java.io.InputStream inCSV, CSV2OPEConfig config, java.io.OutputStream opeOS)
Converts a property graph file for edges in CSV format into Oracle Flat File format using the specified configuration.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.