Hi All,
I have my source data in the following format:
OrderID | Text |
---|---|
1 | New |
1 | York |
2 | New |
2 | South |
2 | Wales |
I want the Text values to be concatenated based on the respective OrderID as follows. Is there any way I can achieve this in BODS?
PS: The number of rows for each OrderID can be varied. For e.g , OrderID 3 can have 4 records for Text Values.
OrderID | Text |
---|---|
1 | New York |
2 | New South Wales |
Thanks in advance !
Regards,
Ankit