Exporting results from Neo4jBrowser into CSV file now wraps string values into triple quotes like this:
"""value"""
This is incorrect. When importing such an csv file into Excel, all values appear as "value" there.
In former version, this behaviour was better and resulted in single quotes. I don't know in wich version this change happend.
Best,
Reiner