Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-01-2021 04:30 AM
Hello Team,
how can we extract XML values from the column below (type string) from Impala (Kudu)
Regards,
Roshan
Created 07-05-2021 12:16 AM
Hello,
Have you tried with a query like this -> select <column-name> from <table-name>;
If this is not your expectation let us know in detail regarding the requirement.
Regards,
Chethan YM
Created 07-06-2021 02:17 AM
Hi @roshanbi, has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,Created 08-07-2021 08:54 AM
Hi,
no it won't work.
Created 08-10-2021 03:21 AM
You need a UDF to parse the XML string and extract the values. As far as I know, Impala doesn't have a native function to do it.