Hello All,
I have a single column XML document. Is there an easy way apart from using a repeater to convert the single column XML document to string list.
Values |
---|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
The output needs to be 1,2,3,4,5,6,7,8,9
Thanks,
Kiran
Hello All,
I have a single column XML document. Is there an easy way apart from using a repeater to convert the single column XML document to string list.
Values |
---|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
The output needs to be 1,2,3,4,5,6,7,8,9
Thanks,
Kiran