Modify the data in Excel cell

Hi
I am using “Tesseract OCR” activity for extracting the data from screenshot. After extracting the data, I am getting the output e.g "341.445 " instead of "341,445 ".
Can someone please help me to replace the dot (.) with Comma (,)? Thanks!

Hi @Naresh_Upadhyay

Use the below format :-
StringVariable.Replace(“.”,“,”)

Mark as solution and like it. :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

2 Likes

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