I'm using Neo4j 2.1.2. My query is that I have a 3 csv files with the same structure but with different data, say csv1, csv2, csv3. I loaded the csv1 with node and relationship information on Neo4j. Again I loaded csv2 with the same nodename and relationship name as the 1st csv and I did the same thing for csv2 as well.
So when I fire the query without LOAD CSV
command, then from which file will it file fetch the data? Do we need to add LOAD CSV command each time whenever we want to execute the new query. So how would the query know that the data should be fetched from csv2 only?
Thanks, Shree