nameId
is the ID column of the CSV file that relates to the Name node type.
- How to stop
nameId
from being shown/treated as a property? I am only interested in the name property. - Is it okay to drop
nameId
property once the graph is loaded? - Why does Neo4j create its own internal property when Ids are fed through admin import command line as part of the CSV files?
Thanks.