I need to remove empty row from datatable with consider all column


above input example image attached

I need to remove empty row from datatable with consider all column (column name is dynamic) and each it will come different column name and column will assign in variable like column name=“col1,col2,col3,col4,” each time it will change

below image output

Hi,

Is the above input sample?
If so, can you also share expected output?

Regards,

Hi @Jijendiran_Murugan

Can you specify the expected output from the Excel

pls check i have updated

please check i have updated

Hi @Jijendiran_Murugan

Check out this xaml file.

Sequence4.xaml (9.5 KB)
Input


Output

Hope it helps!!

1 Like

Hi @Jijendiran_Murugan

Please follow below steps

Invoke VBA Code:
RemoveRows.txt (499 Bytes)

WorkFlow:
Main.xaml (13.0 KB)

Input :
image

Output:

It works :partying_face:
Regards

1 Like

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