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.