Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-07-2022 02:19 AM
I am importing my csv data to Neo4j using data importer but i have an issue about modeling
How we can implement this conditional business case in our graph model ?
09-07-2022 04:40 AM
How you model this data should depend upon the types of queries you will be performing against the data and the number of values that will be loaded into the graph.
You can use apoc.do.when() to conditionally test a value and then perform some Cypher code.
Elaine
All the sessions of the conference are now available online