i am successfully get a data from SharePoint and store into data table but i get 0 row empty how i can fix this i mean why this column start from 1 how i can fix this issue

i am successfully get a data from SharePoint and store into data table but i get 0 row empty how i can fix this i mean why this column start from 1 how i can fix this issue
Hi @Umeriqbal01
We need to check how this data table created
Irrespective of that
If you want to delete the blank row
Then find the blank row using find and replace activity and then delete the particular row by its row index
Hope this helps
usha