How to query XMLs with namespaces as dynamic columns in Azure Data Explorer (Kusto)
XML parse into dynamic column can be done with parse_xml(x).
Here is a workaround to enable translation of XMLs with namespaces.
datatable (dumpInput:string)
[‘<SOAP-ENV:Envelope xmlns:e=”http://www.test.com”></SOAP-ENV:Envelo… Continue reading How to query XMLs with namespaces as dynamic columns in Azure Data Explorer (Kusto)
