gpt4 book ai didi

neo4j - 无法将 CSV 从云端硬盘加载到 Neo4j

转载 作者:行者123 更新时间:2023-12-05 03:39:05 24 4
gpt4 key购买 nike

我正在使用以下密码:

LOAD CSV FROM "https://drive.google.com/file/d/12DiEwM8XatMZBXA6TdekxWl8qrsgVj3l/view?usp=sharing" AS requests RETURN requests

出现以下错误:

At https://drive.google.com/file/d/12DiEwM8XatMZBXA6TdekxWl8qrsgVj3l/view?usp=sharing @ position 1691 -  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: 'docs-fwds":'

请告知如何修复它,我希望能够将一个简单的 CSV 文件从 Drive 加载到 Neo4j。

最佳答案

您需要使用下载链接而不是共享链接。这对我有用:

LOAD CSV WITH HEADERS FROM "https://drive.google.com/u/0/uc?id=12DiEwM8XatMZBXA6TdekxWl8qrsgVj3l&export=download" as row
RETURN row LIMIT 5

我通过点击下载图标获得了下载链接,这会重定向您。您必须快速复制重定向链接,它应该可以工作。也许有一种方法可以手动重建查询,这样您就不必非常快地复制下载链接,但我不知道。

关于neo4j - 无法将 CSV 从云端硬盘加载到 Neo4j,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68717799/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com