I have an xml that i'm processing and my output is the below image:
The problem is that i get 2 columns and one has a nested table inside and the other one just the value.
My output need to be something like this:
Can anybody help?
I have an xml that i'm processing and my output is the below image:
The problem is that i get 2 columns and one has a nested table inside and the other one just the value.
My output need to be something like this:
Can anybody help?
Try adding a new custom column like this:
And then expand that new column using this code:
If your type for non-tables is something else, then adjust accordingly.