Closed
scrape data from webpage into a text file
is there a way to scrape data from a webpage into a text file?
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@SheltonE You would interrogate whatever fields of data you wanted and then you could certainly create a file either in a script or using a couple static methods from the Global Assembly Cache in an automation. If the data could be stored in a LookupTable, tabular, you could also write it by saving its DataTable to a file directly.