How to remove blank row from dataTable

Hi guys,
I m new to UI path. I m scrapping data from 1 website in which i m getting blank row in my data table.
So how to remove if there is no data (Blank)

Hello!

Welcome to UiPath World :slight_smile:

I think the best way is to do a Select on your Datatable.

Refer to this:

Hope It Helps :slight_smile:

Regards,

you can loop through the data table and check item.ToString.Length>0(with specific row item) and then proceed with your next operations.

1 Like

Hi @Mangesh_kulkarni,

Refer this post,

Regards, Arivu

2 Likes

Hi Arivu,

I have tried using this code but it seems to only work for the first 28 lines. is there anything in this code that would limit this, or is it more likely a specific part of my parameters?