How to get Specific Column in Table from Website into excel?

Hi Expert,

How can i getting Specific column in table from Website. I trying to with DataScrapping not possible because it extract whole table that too wrong. Can you please share your Ideas to extract specific column. Please refer below screen shot.

I want extract Yellow Highleted column.

1 Like

@Karampuri_Sathish1 After Extracting the Whole Datatable from Website, you can use this Statement to Only get the Column you need :
Datatable.DefaultView.ToTable(False,“ColumnName”) and assign it to a Datatable variable

1 Like

actually data scraping you can choose the columns…

If you will need later the other data from data scraping, you can also use the filter data table