cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Delete csv file after import to neo4j

I have imported csv file into neo4j by using java import that provide methods on this.[https://neo4j.com/docs/cypher-manual/current/clauses/load-csv/]
I have been trying to create web-based app where people can automatically import csv into neo4j.
And I want my software to delete the csv file after the user redirect my web.
However, I can't delete csv file after imported it into neo4j.
And it displays the issue 'The action can't be completed because the file is open in neo4j-ce'
So, is there anywhere to delete the csv file?

1 REPLY 1

Are you using windows for deployment?

Can you share exactly what and how you call it to import the CSV?