I try to using Neo4j tool and import csv files.
and I have a problem. my csv file is clear but, in neo4j browser.
LOAD CSV WITH HEADERS FROM 'file:///sample.csv' AS row return row.
row.name is return strange characters like ������.
yeah, the ������ is not English. what is the problem. and how to fix it? thank you.