Getting special characters while using CSV import

0
Hi All, When I am am trying to import CSV file using CSV import java action  I am getting value  21.1 �C (value getting while debugging) for 21.1 °C(value in CSV file) . how to handle this issue and how to get a actual value.   Thanks in Advance!! Surya
asked
1 answers
0

Make sure the file is stored as UTF-8 or pass correct the characterSet. Open the file in notepad and press save-as. Read the encoding from the screen. Don't save it.

answered