Neo4j CSV导入执行失败 [英] Neo4j CSV Import Execution Failure

查看:203
本文介绍了Neo4j CSV导入执行失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将CS​​V文件导入Neo4j(Community Edition V 2.3.3)。错误是Neo.DatabaseError.Statement.ExecutionFailure
它显示如下:

I'm trying to import a CSV file into Neo4j (Community Edition V 2.3.3). The Error is Neo.DatabaseError.Statement.ExecutionFailure And it shows like this:

    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"'


推荐答案

您的CSV数据似乎有另一个引号字符,而不是默认的。你似乎有',是正确的吗?如果是这样,请将参数 - quote'添加到导入工具命令。

It looks like your CSV data has another quote character than the default ". You seem to have ', is that correct? If so then add the argument --quote ' to the import tool command.

这篇关于Neo4j CSV导入执行失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆