Hi there,
I have uploaded a media file for preloading (search and pulldata). My csv file has contained local language (Nepali language), while we ran the program it displayed errors like (???). So, do I need to convert media file into English or is there any way to get rid of it?
Welcome to the community, @kalendra2019! You will need to convert the Nepali font to Unicode. You could do this using some free online sites like https://www.ashesh.com.np/preeti-unicode/
Thank you @Kal_Lam for your quick response.
Yes we made an excel sheet using google input, all fonts are in Unicode. However, while I convert excel to csv file all corresponding fonts become ???. If you have any idea it would be appreciated.
here is the what excel sheet shows:

here is the what csv file shows after converting:

You will need to convert your csv file to UTF-8 format if your csv file contains non-English fonts or special characters. You could do this through the Save As.
