| 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 | 
|---|---|
CSV2OPVConfig | 
CSV2OPVConfig.setOffsetVID(long offsetVID)
Setter for the offset to the VID. 
 | 
CSV2OPVConfig | 
CSV2OPVConfig.setVidColumnName(java.lang.String vidColumnName)
Setter for the column name that will be used as VID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
OraclePropertyGraphCSVConverter.convertCSV2OPV(java.io.InputStream inCSV, CSV2OPVConfig config, java.io.OutputStream opvOS)
Converts a property graph file for vertices in CSV format into Oracle Flat File format using the specified configuration. 
 | 
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.