I am trying to load csv from a remote url. The neo4j is running on windows server.
This seems to work in console mode when neo4j is started using neo4j.bat console
. The LOAD CSV
query runs fine.
QUERY: `LOAD CSV FROM 'https://data.neo4j.com/bands/artists.csv'
AS row return row`
The same stops working when run as a windows service
neo4j.bat start
The file is file:////<some external non local url>
Changes in the config file:
dbms.security.allow_csv_import_from_file_urls=true
Note: I have already checked all log. There is nothing in the log.