gpt4 book ai didi

hadoop - 读取配置单元中的嵌套标记xml文件

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

我有以下xml文件

<rec><name><fname>Ravi</fname><lname>kumar</lname></name>
<age>25</age><contact>
<email><personal>ravi@gmail.com</personal>
<official>ravi@infy.com</official></email>
<phone><mobile>12345</mobile>
<office>12346</office>
<residence>12347</residence></phone></contact></rec>

如何读取嵌套标签!我是 hive 新手

最佳答案

select xpath_string(line,'rec/name/fname'),xpath_string(line,'rec/name/lname'),xpath_int(line,'rec/age'),
...........................................
xpath_string(line,'rec/contact/phone/residence') from <table_name>;

希望这会有所帮助..

关于hadoop - 读取配置单元中的嵌套标记xml文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39227809/

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