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 connecting nodes will be "Great", "Normal Day", "Bad" and for each of these will have relationship to the response column from csv. Thanks in advance.