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.

with CSV no output

Reuben
Graph Buddy

Meetings-13.jpg

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. UnfortunatelyScreenshot 2022-09-26 at 17.46.06.png after running, I do not get any output. It only says, no changes, no records.

 

1 ACCEPTED SOLUTION

Screenshot 2022-09-27 at 09.03.33.png

Screenshot 2022-09-27 at 08.57.21.png

Screenshot 2022-09-27 at 08.56.54.png

I have tried with a smaller data set and I am having the same issue. What am doing wrong?  @glilienfield 

View solution in original post

4 REPLIES 4

glilienfield
Ninja
Ninja

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. 

Screenshot 2022-09-26 at 19.49.40.pngThanks for respoding.  Please this is the output. I hope the concept to code -> is correct at least.  Thanks

Screenshot 2022-09-27 at 09.03.33.png

Screenshot 2022-09-27 at 08.57.21.png

Screenshot 2022-09-27 at 08.56.54.png

I have tried with a smaller data set and I am having the same issue. What am doing wrong?  @glilienfield 

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.