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 | Method and Description |
---|---|
CSV2OPGConfig |
CSV2OPGConfig.setKeepOriginalID(boolean keepOriginalID)
Setter for the keepOriginalID property.
|
CSV2OPGConfig |
CSV2OPGConfig.setOffsetVIDs(long offsetVIDs)
Setter for the offset to the VID.
|
CSV2OPGConfig |
CSV2OPGConfig.setOriginalIDName(java.lang.String originalIDName)
Setter for the originalIDName property.
|
CSV2OPGConfig |
CSV2OPGConfig.setVidColumnNames(java.lang.String[] vidColumnNames)
Setter for the array of column names that will be used as VIDs.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphCSVConverter.convertCSV2OPG(java.io.InputStream inCSV, CSV2OPGConfig config, java.io.OutputStream opVOS, java.io.OutputStream opEOS)
Converts a single property graph file in CSV format into Oracle Flat Files format using the specified configuration.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.