cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Neo4j-shell: unterminated multi-line input

I’m having an issue importing from a cypher file using neo4j-shell -file <file>. The file includes transaction directives. The first few clear old data, reset and rebuild the schema. Then I have a ~300 line single query that seeds default data (runs ...

Jiropole by Graph Voyager
  • 1972 Views
  • 8 replies
  • 1 kudos

Properly escaping input data for neo4j-import

[Note] neo4j-import is intended to populate a new, empty database. It cannot be used to import into an existing database. When importing data using neo4j-import, make sure to review the required CSV file structure and considerations before moving on....

Parsing of quotes for LOAD CSV and/or Import

When using LOAD CSV or neo4j-admin import if your data contains quotes they must be properly escaped to be imported otherwise one might encounter the error neo4j-admin import error ./neo4j-admin import --database=hr.db --nodes:Staff hr.csv Neo4j vers...

About the Import / Export category

Importing data into your graph is one of your first activities. Make sure to think about your graph model first before you dive into the import and check out the resources below: CSV ImportLOAD CSVbulk import with neo4j-adminData Integration with APO...