Heyy , i want to import data from csv to neo4j with around 200 columns. Is there any easy way i can import it without writing every headername in "load csv" command? please suggest
Thank You.
I have data in CSV , like
Name id
AB 1
2
3
I have three id for one name and i have created node of person with name property(p:Person{name}) now i want to add id property and want all those id in that property like p:Person{name:AB,id:[1,2,...