I am new to neo4j and I have downloaded its community version on my mac. I would like to use the neo4j-import command to import a csv file. I found on the documentation of Neo4j that I should write on the command line the following: neo4j-import --into path_to_target_directory --nodes movies4-header.csv
I am just wondering, can anybody tell me what should be the path_to_target_directory? I mean is it in the /bin folder of the community file that i unzipped or is it in the data folder?
Your help will be much appreciated :)