package neo4jcsv
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- neo4jcsv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ArrayColumnDef(valueType: Option[ColumnType.Value], iteratorAccessor: (Any) => Iterable[_]) extends ColumnDef with Product with Serializable
- sealed trait ColumnDef extends AnyRef
- class ColumnDefinitions extends AnyRef
- case class ScalarColumnDef(valueType: ColumnType.Value) extends ColumnDef with Product with Serializable
Value Members
- val CypherFileSuffix: String
- val DataFileSuffix: String
- val HeaderFileSuffix: String
- object ColumnType extends Enumeration
- object Neo4jCsvExporter extends Exporter
- object Neo4jCsvImporter extends Importer
Imports from neo4j csv files see https://neo4j.com/docs/operations-manual/current/tools/neo4j-admin/neo4j-admin-import/