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.

sof10
Node Link
since ‎04-12-2020
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I want to load data from the local file .csv. I wrote the cypher as follows, LOAD CSV WITH HEADERS FROM url AS line With line CREATE (accident:Accident {identify:line.ID,zipcode:line.Zipcode,humidity:TOFLOAT(line.Humidity)}) But the Humidity column i...
When I want to import the local database in the neo4j desktop, I follow the steps on your website. Open commanding line, input "neo4j-admin help push-to-cloud". It says Unknown subcommand push-to-cloud. So I follow the step and download the 'push-t...
Kudos from