Forum Discussion
Expand xml file that column has text and table types
z22741
Not quite clear about what exactly is needed, can you provide an example?
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
The table I have
| Id | Book |
| 1 | Table |
| 2 | 123456 |
| 3 | 789101 |
If you click Table, it's a list of Book Id also
| Book.Value |
| abc123 |
| def124 |
| ghj125 |
The end result I expect is
| Id | Book |
| 1 | abc123 |
| 1 | def124 |
| 1 | ghj125 |
| 2 | 123456 |
| 3 | 789101 |
Since I can't find an expand button, I don't know how to get all the data inside of the table
- Fowmy6 years ago
Super User
z22741
Check the steps in the attached file and adjust as per your table. Your tables should look as per Start step.You can download the file: HERE
Your initial table was this:
After Transformation:________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂