Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-26-2022 02:48 AM
I am trying to build a relationship based on CV data ->handwritten image. The main node in the middle has no data so I have to create it (E). BEsides the middle node, all other data are in the CSV file. Unfortunately after running, I do not get any output. It only says, no changes, no records.
Solved! Go to Solution.
09-26-2022 06:09 PM
I have tried with a smaller data set and I am having the same issue. What am doing wrong? @glilienfield
09-26-2022 04:43 AM - edited 09-26-2022 04:46 AM
What does the output look like when you use lines 2 and 3 instead of the real query? Please add linenumber() to the return statement.
09-26-2022 04:51 AM
Thanks for respoding glilienfield. Please this is the output. I hope the concept to code -> is correct at least. Thanks
09-26-2022 06:09 PM
I have tried with a smaller data set and I am having the same issue. What am doing wrong? @glilienfield
09-26-2022 06:24 PM
I believe you are not getting any changes because the WHERE clause conditions is not true. I don't see a 'Source' property in the row data, so it is not null; therefore, the query terminate at row 4. I don't see a reason for the WHERE clause since you don't use Source in your query.
All the sessions of the conference are now available online