我試圖導入CSV數據到Neo4j以下指南:https://neo4j.com/developer/guide-importing-data-and-etl/#_importing_the_data_using_cypher。Neo4j CE 3.1.3沒有neo4j-shell.bat嗎?
我已經從關係數據庫MSSQL導出了CSV,併成功地在Neo4j瀏覽器中與Cypher創建了節點/關係。
但是,當我嘗試使用neo4j-shell
執行如下的Cypher代碼:
bin/neo4j-shell -path adventure.db -file cypher/import.cypher
我沒有找到我的文件夾中的neo4j-shell.bat
。只有cypher-shell.bat
,但沒有neo4j-shell.bat
?
儘管我可以通過cypher-shell.bat
執行CQL,但它只是一步一步地運行代碼。 我想通過一條命令通過命令行執行整個Cypher腳本。
我怎麼能達到這個目標?
我搜索了一些樣品,但幾乎用neo4j-shell.bat
工作。 我不知道爲什麼我沒有neo4j-shell.bat。我正在使用Neo4j CE 3.1.3。