what permissions we should set to the file..the import is not working for me..i am using docker to run neo4j..this is my query..
LOAD CSV WITH HEADERS FROM 'file:///final_output.csv' AS row WITH row WHERE row.entity1 IS NOT NULL
MERGE (n:Source {Nam...