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?