Problem in Data Scraping detecting it as a header when it should not be

Hello ,

I just want to ask if there is a way where I can extract the data on my file( Please see attached images) The first row is being detected as a column name/header when it should not be.

@jdlivara

Welcome to forums

If you are using to write to CSV / Excel then in that activity, disable Add Headers options, then it will detect as a header

Hope this helps you

Follow Link

Thanks

Hello,

Thank your for the but it doesnwork, I need the first row, below what happens when I disable the head option on the write range activity. The 1st row is gone

This is result

image

This is the result when I include the Header, it creates another header

@jdlivara

In Read Range activity of CSV / Excel, remove the check mark property of Add headers

so that it will not read as header

Check below for your reference
https://forum.uipath.com/t/convert-date-time-format-tutorial/242670/2

Hope this helps you

Thanks