Forum Discussion
PeterJohnsonZA
4 years agoMicrosoft Employee
Expanding nested tables in an xml file
Can anyone point me in the direction of a connector or some other method of reliably drilling down through an xml file and extracting tables and data from it.? I'm a newbie at this but I have an ...
Pete_Murphy_71
3 years agoRegular Visitor
I am having this problem too, nested tables in a table.
so I expand everything, but then see some cells have data, e.g. a name or text, but other cells have a nested table in them [Table] .
So some cells in the column have single line data, but other cells seem to have a list of data... I have been struggling with this one for a couple of days now...
Anonymous
3 years agoNot applicable
I was able to get the data I needed ultimately, but only thanks to a coworker that wrote some Python code to get it for me. Good luck!