Datatable manipulation

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

Hi @nagaabhishekreddy.c

Please find attached xaml. I hope you can replicate it for the required number of columns and your data

ExcelMerge.xaml (12.1 KB)

I did it with two columns and 5 rows check the build datatable

cheers

Thanks, it worked

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.