Hello,
I try to import data using the import tool but encountered a problem with datetime columns.
I boiled my problem down to a csv-file with the following single line content:
Test:ID,Test2:datetime
I try to import this file with the following import tool command:
./neo4j-admin import --nodes:Test D:\Neo4J\test.csv
I receive the output "unexpected error: Unable to parse header".
When I remove the brackets from the Test2-parameter the import works. When I change the parameter to int the import also works. It seems to me that there is a problem with the type datetime.
Perhaps I did something stupid that I cannot see yet. Perhaps somebody could give me a hint ?
Greetings
Georg