Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-15-2020 10:22 PM
I am using Neo4j Desktop with windows 10. I created a new database, imported a small csv file using the sample movies.csv. It says successful with 3 nodes added. The database shows zero nodes. Some post says that the neo4j service needs to be restarted. Not successful with the command (service not found). So I shutdown neo4j, still the same. I restarted the computer, still the same. I understand this can be down via load from csv but if there are big volume data, import should be a lot (10 times) faster according to what I read than load from csv. Import and export are basic functions, couldn't them be made easier? particularly for windows users. I guess it works better with linux.
04-15-2020 10:36 PM
Just as a comments on the load csv from file, here is the what exampled on the website, and here is what got from the system:
04-16-2020 05:30 AM
I think there is a confusion about how the data loads work.
It works same both in Windows or Linux. There is no difference.
In the case where you are getting error after loadcsv line you need to have some cypher to process the data. That line by itself will give error.
For example
LOAD CSV WITH HEADERS FROM 'file:///movie.csv' as line
return line limit 1
This will load the file if it exists and returns the first record in the file.
Make sure the file is in "import/" directory for Neo4J install.
04-30-2020 12:48 PM
I am having a similar issue where I run the admin tool import and see a new database in my /databases directory. I even get the following output after running the import command:
IMPORT DONE in 2s 363ms.
Imported:
6 nodes
9 relationships
24 properties
Peak memory usage: 440.2MiB
When I open the console or desktop I cannot see the database as an option in :sysinfo
04-30-2020 04:01 PM
I resolved the issue. The steps I found to successfully import a set of CSV using the admin -import tool is to:
create database aDatabaseName
I was able to see the database nodes and relationships I created following the above steps
All the sessions of the conference are now available online