Hi all,
I have a datatable which has following structure
A | B | C |
---|---|---|
John | california, textas | 678 |
abram | new jersy | 789 |
houston,chicago | ||
india | ||
jacob | australia, spain | 5678 |
brazil | ||
armani | canda,germen | 7890 |
i need the output to be like below
A | B | C |
---|---|---|
John | california, textas | 678 |
abram | new jersy,houston,chicago,india | 789 |
jacob | australia, spain,brazil | 5678 |
armani | canda,germen | 7890 |
When column A contains empty row then the column bhas to append to the previous roe columnB