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.

geert56
Node
since ‎06-02-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I noticed that at least in neo4j 3.5 the latitude and longitude values in the apoc JSON output are swapped. Using this: CREATE (a:User { name:'Adam', age:42, male:true, kids:['Sam','Anna','Grace'], born:localdatetime('2015185T19:32:24'), place:point(...
This file http://data.neo4j.com/northwind/suppliers.csv is loaded in the Northwind example. Unfortunately, the CSV has extraneous commas in some of the fields (columns) causing values to appear under the wrong column header. A simple fix is to replac...