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.

puneet_madhavan
Node
since ‎11-26-2018
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I am working on a problem, where I have to create a node only when the value exists in the column and create no nodes otherwise for null values. Should I use CREATE or MATCH? My query: LOAD CSV WITH HEADERS FROM "file:///Latest_Matrix.csv" AS lin...
Hi, I want to use the Neo4j desktop edition server, with an Angular UI. I want to trigger the localhost server and execute the query with a click on the UI. Can someone guide me on how this could be done?
Hi, I am trying to read my CSV file which has spaces in column name: Column A = 'Source Variable' When I am trying to read this, it gives me an error: Neo.ClientError.Statement.SyntaxError: Invalid input 'V': expected whitespace, comment, '(', '.', ...