The problem is that when i first push my document to mongo it contains an array.
E.g:
'Person' :[{name: 'A', age: 'B'},{name: 'C', age: 'D'}]
It looks fine in the mongodb but in my neo4j graph the nodes are not named 'Person',
instead they are index so their name is 'Person0', and 'Person1'.
I've try to see if there is someway to fix it but I can't find any. Is this a built-in feature och am I able to change it in anyway?