Hello everyone.
I am getting a header as data when I scraping data.
Please help me.
Thank you so much.
Can you make it more details like some screenshots to easily address the issue
cheers
Happy learning
While scraping, you might get headers as value if a column value is empty.
Hello @KannanSuresh
Thank you for your answer.
I got the headers well.
But in the first row, I not only got the data but also the headers again.
It’s like this.
Please check it for me.
Thank you…
you can get the data from table like this
First use assign activity and then in value type
row(“Column-0”).ToString
use this activity under for each row activity to get all the data from scaped data table
Hello @Imran
Thank you for your answer.
But if I take the data like this by using row(“Column-0”).ToString, the headers from second rows also come out instead of the real data from the same row?