cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Problem with import of datetime array with import tool

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

2 REPLIES 2

hm, my brower shows the square brackets ("") in my post as a strange character. I hope the post is still readable.
Greetings
Georg

Does, nobody have a comment on this ? It lloks like a bug in the Neo4J Import Tool.
Greetings
Georg