2016-04-08 34 views
0

Ich versuche, eine CSV-Datei in Neo4j (Community Edition V 2.3.3) zu importieren. Der Fehler ist Neo.DatabaseError.Statement.ExecutionFailure Und es zeigt, wie folgt aus:Neo4j CSV-Import-Ausführungsfehler

At O:\Sample1.csv:132851 - there's a field starting with a quote and whereas it ends that quote there seems to be characters in that field after that ending quote. That isn't supported. This is what I read: 'MQP Coverage EPG"' 

Antwort

0

Ihre Eingabedatei hat einen String mit einem un-escaped Zitat darin. Finden und beheben Sie das und Sie werden gut gehen.

0

Es sieht so aus, als hätten Ihre CSV-Daten ein anderes Anführungszeichen als der Standard ". Sie scheinen ' zu haben, ist das richtig? Wenn dies der Fall ist, fügen Sie das Argument --quote ' dem Import-Tool-Befehl hinzu.