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.

vsanghavi
Node
since ‎03-04-2020
‎06-01-2022

User Statistics

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

User Activity

Hi, I have a cypher query to check in the DB for the search results, using where condition to check the parameters entered. I have a lot of properties for which query should check in the DB. I have added a few in the query below. I am using javascrip...
Hi I am trying to load the CSV using the following query. load csv with headers from "file:///test.csv" as line merge(a:Client{Name:line.TradingMember}) merge (b:Company{Name:line.WorksFor, ISIN:line.ISIN,Security:line.Security}) merge (a)-[:Employe...
Kudos from
Kudos given to