Loading of CSV File in Linux

Hi All, my neo4j database/bolt connection is on windows server.
I would like to run scripts in importing csv in a linux server but I'm having issue when importing the file in linux.

Thanks and advance.

what is the error you are getting ?

Hi dominic,
I've got:

Couldn't load the external resource at: file:
Do i need special permission for the file?

Thank you.

is the csv file located in the Neo4j linux import folder ?

No it's not.. Actually the neo4j is in windows server and im just connecting using bolt connector.. for the connection I've managed to perform cypher and it is successfull. it is only the bulk import that i have issues