Hi,
I have scraped a table from a webpage through datascraping.
Now i want it to match the dataitem with the item in my another datatable and when the match happens it should click against this in the webpage table.
Now the challenge is that my first datatable contains name as SAMSUNGNOTE3 and the data scraped from webpage datatable contains name as SAMSUNG NOTE3.These both have to read as same by the bot and click against SAMSUNG NOTE3 in webpage.
Please help in doing this.
Hi @somya177
you can use string replace method to replace whitespace in between string
Please let me know if this information helps.
thanks and regards,
Indrajeet Yadav
1 Like