gpt4 book ai didi

regex - hive JSON正则表达式

转载 作者:行者123 更新时间:2023-12-02 21:51:36 25 4
gpt4 key购买 nike

我有一个像这样的json结构:

{
"filings": {
"All Reports": {},
"Statement Of Income Alternative": {
lieItem1 : [],
lineItem2 : []
},
"Statement Of Financial Position Classified (Parenthetical)": {},
"Statement Of Financial Position Classified": {},
"Statement Of Shareholders Equity And Other Comprehensive Income": {},
"Entity Information": {},
"Statement Of Cash Flows Indirect": {},
"Document Information": {},
"Notes to Financial Statements": {}
}
}

我正在使用get_json_object在 hive 中对该结构进行查询:
  get_json_object(table.json,'$.filings.Statement Of Income Alternative.lineItem1')

Statement Of Income Alternative的确切值事先未知,因此可以在其上使用正则表达式,我尝试过此操作:
 get_json_object(table.json,'$.filings.* Income Alternative*.lineItem1')

返回空结果。如果这种结构不允许我做任何其他建议?

最佳答案

您有一个错字:json显示lieItem1,但是您的表达式使用的是lineItem1

关于regex - hive JSON正则表达式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20262167/

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