Unable to read special symbols in text file

Hi all,

When I'm reading a text file using "Read Text File" Activity, it is unable to read special symbols in it.

Input:-
Hi team
Address no:12-8-45’
Address range:- swagath road"
Attribute : 12545’
Related Projects:
“Welcome to Uipath”
Output:-

image

Hi,
If you change the encoding field in the read text file activity to “utf-7” it should work fine then :slight_smile:

3 Likes

Thank you @Ellboy

When I had encoded with “utf-7” in “Read-Text file” activity, it simply vanishes the special symbols. But in my requirement I need those symbols(’ ,” ).

Ah whoops, must have picked the wrong one, one of these should work: https://activities.uipath.com/docs/supported-character-encoding

@sanju_RPA
Did you find a solution for your issue?