Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 12:15 AM - edited 02-12-2025 12:16 AM
Hi @SivaPK ,
It may happen that the CSV is fine, but Excel often does not automatically recognize CSV files as UTF-8 (it might assume ANSI or Windows-1252). This is why characters can appear incorrect.
Instead, open the CSV in a text editor like Notepad++ or VS Code. Then manually set the encoding to UTF-8 to confirm the characters display correctly.