Store data in number format in data scraping

I want to get data from webpage in table format like bank statement
When extract data in text format but I want to store data in integer or number format like balance column.

@Anil_Potekar use data scraping or table extraction and edit the column type during extraction
https://docs.uipath.com/activities/docs/table-extraction

@Anil_Potekar

Using datascraping extract the table from web page & then in datatable while using particular column convert into integer & use it will work

Thanks
Varun

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.