1
Trouble importing csv relationship file exported by Neo4j Desktop
closed
Gregory King
closed
Gregory King
Hey Colin, what are you using to export a CSV - is it the inbuilt export of table results in Neo4j browser or something else?
Be good to know what your use case is too so we an better support you.
colin.goldberg@macmicro.com
Gregory King: I had built a db in Neo4j Desktop with python scripts, and I thought, initially, that I could simply export it into csv files and import these files into AuraDB. It actually worked for nodes, but not for relationships, even though, on inspection, I did not detect field separators in any files.
I now realize that this approach does not work, and I am in the process of loading the same data using my python scripts. So far, so good.