Data Scraping generate repeating Data

Hi all,

I met a problem last week when using Data Scraping to get the data from website.

  1. The output data I got it shows the repeating data.
    For example,
    Origin data on website:
    Row 0: AAA BBB CCC
    Row 1: DDD EEE FFF
    Row 2: GGG HHH III

After data scraping:
Row 0: AAA AAA BBB BBB CCC CCC
Row 1: DDD DDD EEE EEE FFF FFF
Row 2: GGG GGG HHH HHH III III

  1. Even the same table on the website, when I click the different cell in Table and trying to get the whole Table’s content, based on the cell I click, it seems the data is too much result in the Studio crash during Data scraping setting.

Is anyone has any advice or experience how to deal with these problems?

Thanks in advance.

Hi,

I think the former matter might be solved with modifying DataScraping data definition settings. And the latter might be solved by updating “UiAutomation.Activities packge”. Can you try them?

BTW, is the web site open to public? Can you share the URL?

Regards,