function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kalpesh Vyas 29Kalpesh Vyas 29 

65279 is a type of character I am getting while reading csv file, how to remove it form my string?

Philippe UyttendaelePhilippe Uyttendaele
It is a ZERO WIDTH NO-BREAK SPACE (http://www.fileformat.info/info/unicode/char/feff/index.htm)
consider changing the encoding of you CSV
or make a find and replace in your parser to remove it...