Unable to customise loading of my data with cypher codes
jylee1@consoleconnect.com
I have a csv file with source and destination but they might have a chain relationship where destination value can be a source value as well forming a A>B>C... flow path.
I want to run my cypher codes in the query tab but face this error
Neo.ClientError.Statement.ExternalResourceFailed
Cannot load from URL 'file:///masked_data_lineage.csv': configuration property 'dbms.security.allow_csv_import_from_file_urls' is false (Transactions committed: 0)
Is there a way to customise the loading of my graph data?
Gregory King
Currently to use LOAD CSV in Aura, your file needs to be on a publicly accessible URL. Alternatively you can use the Import UI to load if your data is in the right shape and doesn't require o much pre-processing to fit to a graph model. Hope that helps.