Can we Scrapped Data Using DataScrapping and store the result in a string?

I am using Data scrapping to scrapped the data.But the formate in html file is

key1:value1 key2:Value2 key3:Value3

while i m storing this in an excel sheet i m getting the value in this formate
colA

key1
value1
key2
value2
key3
value3.

But i want this like these formate
ColA ColB
Key1 Value1
key2 Value2
key3 Value3

Please help.How i can make the formate as above one in my datatable.Or there is any other method apart from Datascrapping


You can use correlated data option to extract the data you want

Thanks,
Vinit

Yeah you are correct but when i m selecting another same feature so the whole file is getting selected.It is not selecting a particular text

Hi,

Can you try the following sample?

Sequence1.xaml (9.5 KB)

Regards,

Thank You So Much

1 Like

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