Packages

o

overflowdb.formats.neo4jcsv

Neo4jCsvImporter

object Neo4jCsvImporter extends Importer

Imports from neo4j csv files see https://neo4j.com/docs/operations-manual/current/tools/neo4j-admin/neo4j-admin-import/

Linear Supertypes
Importer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Neo4jCsvImporter
  2. Importer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val Neo4jAdminDoc: String
  2. def runImport(graph: Graph, inputFiles: Seq[Path]): Unit
    Definition Classes
    Neo4jCsvImporterImporter
  3. def runImport(graph: Graph, inputFile: String): Unit
    Definition Classes
    Importer
  4. def runImport(graph: Graph, inputFile: Path): Unit
    Definition Classes
    Importer