How to use SAP designer combine multiple rows into one cell?
My source table is like below:
| Col_A | Col_B | |---------------------|------------------| | 1 | A | | 1 | B | | 1 | C | | 2 | D | | 2 | E |
And my target will like below:
| Col_A | Col_B | |---------------------|------------------| | 1 | A,B,C | | 2 | D,E |
Is that any tools can I use in SAP Data Services