Extract information from datatable

Hello friends,
@AshwinS2 , @arivu96, @Rammohan91, @balupad14, @Florent_Salendres, @vvaidya, @Palaniyappan, @loginerror, @MAHESH1, @Manjuts90

I need to extract information from a Web Datatable.
I have used DataScraping to get the selector of the DataTable.
here is the selector:

html app=‘chrome.exe’ title=‘Situazione FatturePa *’ />
webctrl id=‘ELPassivoVeloceGrid_DXMainTable’ tag=‘TABLE’ />


I cannot extract the information because it has empty columns and it is formatted in a strange way.
How to extract information from each row of the datatable?
CAmi :slight_smile:

Hi @CamiCat,

If this is a structured table than you would be able to scrape the data. And try to create the common pattern of columns when you are scraping the data.

Thanks,
Prasanta

Thank you so much @PrasantaLenka.
How to create the common patterne of columns?
CAn you please share a xaml?
Thank you
cami

Hi,
Please find the Youtube video Here.
hope it helps.
Regards,
Prasanta