Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用中文unicode UTF8字符运行neo4j shell?_Neo4j_Cypher - Fatal编程技术网

如何使用中文unicode UTF8字符运行neo4j shell?

如何使用中文unicode UTF8字符运行neo4j shell?,neo4j,cypher,Neo4j,Cypher,我正在尝试运行一个包含中文字符的密码查询脚本 windows 10中的powershell不允许我进入shell来运行脚本 1) 使用-f选项运行会被卡住 2) 使用带ISE的power shell可以读取汉字,但当我启动neo4j shell时,shell会卡住,永远无法到达提示 我还能尝试什么?最后,我用记事本++打开了文件,并将所有文本转换为UTF-8格式(无BOM表) 再次保存文件,然后运行cypher load csv脚本: LOAD CSV WITH HEADERS FROM "fi

我正在尝试运行一个包含中文字符的密码查询脚本

windows 10中的powershell不允许我进入shell来运行脚本

1) 使用-f选项运行会被卡住 2) 使用带ISE的power shell可以读取汉字,但当我启动neo4j shell时,shell会卡住,永远无法到达提示


我还能尝试什么?

最后,我用记事本++打开了文件,并将所有文本转换为UTF-8格式(无BOM表)

再次保存文件,然后运行cypher load csv脚本:

LOAD CSV WITH HEADERS FROM "file:///stuff.out" AS row