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.

amitgoel
Node
since ‎10-10-2018
‎06-01-2022

User Statistics

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

User Activity

How to insert & symbol in node property value via Merge statement? I am using Neo4j enterprise 3.1.4. E.g Merge(n:Person) set n.id=123, n.name = "Julia & Ratchel"
I am having my around 100 million data sets as documents in MongoDb. Is there any real time pipeline (Java based) available to load those mongo documents to Neo4j?