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.

kelvin159
Node
since ‎10-30-2020
‎06-01-2022

User Statistics

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

User Activity

Hi, i found out i got an issue in changing a string into a date. In the file, the date is written as "14/12/2005" Then, when i tried directly using r.review_date = date(a.review_date), it gave me error said Text cannot be parsed to a Date "14/12/05" ...
Hi, currently i'm having trouble in creating a node when import a file. Here is one of the code in the file: "reviewer_preferences": "{genre: {id: 14, name: 'Fantasy'}, production_company: {'name': 'Universal Pictures', 'id': 33}, production_country:...
Hi, I'm new to Neo4j and I'm currently having trouble in creating a node for nested query ({{}}). So, firstly i need to import a file then create a node from this file and here is one of the code. filename: reviewers.csv So, i want to have the "deta...
Hey, i'm new with Neo4j and I got a problem on how to create a node for nested query that is inside an array from a csv file. The csv file has this field: "keywords": "[{'id': 240, 'name': 'underdog'}, {'id': 378, 'name': 'prison'}, {'id': 730, 'name...