I have an SQL table that has a column with XML. Each XML cell has the same format/structure.
Date Company XML response
2015-10-22 Bloomberg <RetrieveGetDataResponse….
2015-10-23 Bloomberg <RetrieveGetDataResponse….
2015-10-24 Bloomberg <RetrieveGetDataResponse….
2015-10-25 Bloomberg <RetrieveGetDataResponse….
2015-10-26 Bloomberg <RetrieveGetDataResponse….
I would like to extract the XML info from the XML response column and stack it into 1 formatted table in Excel or any other table format.
Thanks,