Nodes without Names

image
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.

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.