I need to match one field (i.e name field) but it's in Nepali unicode which is problem. So, I need to go to dev tools>> network>> i can see the name in english format

How can i match that value (Name field)


without manually going to 3 dots>> more tools>> dev tools>> network>> preview


I could see/match the anme like this
network>> profile>> Trade_Name_eng

Hi,

Can you try DataScrapning(Table Extraction)? If it works, we can extract target string from the datatable.

Regards,

@Samraat_Maharjan1

I guess in the selector you would get english name as well…can you try using that in selector to match instead of the nepali name

Cheers

I have used data scrapping but it’s giving me Nepali name only.

@Anil_G No mate, it’s not giving me English Name. I don’t thing there’s English Nepal in the site. maybe, it’s stored in browser memory.

@Samraat_Maharjan1

Which one are you getting as input?

Cheers

Nepali text.

@Samraat_Maharjan1

If you use that as variable in innertext is it not matching?

Cheers

Inner text and visible inner text both are in Nepali font.

@Samraat_Maharjan1

Input is also in nepali right…so it should ideally match…

Is input not in nepali?

Cheers

I actually want that text in English, which is problem. When convert nepal to English, it doesn’t get accurate translation.

I get certain input number(not Nepali text) and based on that data name and other information are displayed. Here, the name is being displayed in Nepali font.

@Samraat_Maharjan1

Can you try this

https://docs.uipath.com/activities/other/latest/user-guide/google-text-translate

Cheers