gpt4 book ai didi

json - 为什么 Amazon Redshift 不能解析这个有效的 JSON 字符串?

转载 作者:行者123 更新时间:2023-12-04 12:20:48 24 4
gpt4 key购买 nike

我正在使用 Amazon Redshift 的 JSON 解析功能。大多数情况下它都有效,但在这种情况下它会失败。我收到以下错误:

error:  JSON parsing error
code: 8001
context: invalid json object {"collection_id": 12, "activity_name": "Hour of Zen: The \"Dead Sea\" Float"}

我的印象是反斜杠是双引号的正确转义(这是由 Python 的 JSON 包自动生成的)。

最佳答案

好的,按照 this Redshift forum post这是一个已知错误,但没有修复的预计时间。论坛推荐这种解决方法:

代替:

json_extract_path_text(event_properties,'someValue')


json_extract_path_text(regexp_replace(event_properties,'\\\\.',''),'someValue')

关于json - 为什么 Amazon Redshift 不能解析这个有效的 JSON 字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25390651/

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