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.

keddonic21
Node
since ‎11-28-2019
‎06-01-2022

User Statistics

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

User Activity

I'm using the APOC function apoc.convert.fromJsonMap() from (apoc-3.5.0.4-all.jar) to consume JSON encoded data within a CSV column, like this: LOAD CSV WITH HEADERS FROM 'http://myservice/?feed' AS line FIELDTERMINATOR ',' WITH line WITH line, apoc...