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.

Nodes without Names

3X_2_4_2440a8b37cbb202b59047a027acb6db1ba1c5e23.png
I have data like the above(toy example, let's take the top 3 lines.), for one question there could be multiple answers in the *.CSV file. Because I have the question in only one cell, the remaining cells are created as nodes without names. Is there a way to solve this?

I am expecting something like 1 node with Name as "How are you" and it's sub-nodes will be "Great", "Normal Day", "Bad" and for each of these sub-nodes, I will have the next node which is my response.

Thanks in advance.

2 REPLIES 2

Best to just fix the input data, there might be some hacks around filling it in in Cypher but it won't be pretty.

Yeah I finally modified my input data, that was the only way to go. Well thanks.