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.

Facing CSV data load issue using Neo4j-Admin import command

Facing CSV data load(Manual Load) issue Import command successfully run in CLI but data is not showing on UI and not able to fetch data from cypher shell with Match cypher query.

I am using currently the neo4j Community Edition 3.5.26 version.

kindly help me resolve the issue.

1 REPLY 1

  1. what queries are you running such that you cant get data out?
  2. what is the result of match (n) return labels(n),count(n);