Hi All,
How to Extract specific data/text value from webpage, in one single page text i have to take only highlight text. Any suggestions please how can build the workflow.
Thanks in Advance,
Niranjan
Hi All,
How to Extract specific data/text value from webpage, in one single page text i have to take only highlight text. Any suggestions please how can build the workflow.
Thanks in Advance,
Niranjan
@Vishnuraj_Pandiyarajan2 Thanks for your reply,
Input data from web im trying to copy format,
Output in same format i want in Excel, Please help me how can i extract from Webpage.
Thanks & Regards,
Niranjan
@varunk I tried using data scraping but data is selecting as like below image, but how do i extract same format to excel. Header will change as per sections.
Thanks,
Niranjan
@Anil_G What ever format on web page they are looking in same format in Excel as well,
but im able to pull only data, I want same format as webpage in excel.
Thanks & Regards,
Niranjan
Hi @Niranjan_k
So try like this
A part of it I have made it. Please see the xaml. Idea is same implement it
For top left and bottom right use offset property
ExtractSampleDeathReturns.xaml (42.8 KB)
cheers
After extracting data using datascraping then entire data will be in datatable use write range activity provide the same datatable & check it will work
Thnaks
Varun
Hello @Niranjan_k
Have you tried using the Table extraction to extract the entire data from the Web page and then use a Write range to write to Excel.
Thanks
@Anil_G Im getting “Document invalid” error message when im opening the file. can you resend me please.
@Rahul_Unnikrishnan Thanks for the video i will follow the steps.
Hi @Niranjan_k
Step 1 : Use Screen scraping activity and the output will be stored in String format
Step 2 : Use Generate Data table activity to get the your String with expected Columns.
Thanks,
VP