Character Display in Reports
Problem
Opening a CSV export report using Microsoft® Excel can cause accented characters (Unicode characters) to display incorrectly. Characters like é
, ç
, or ü
may not appear correctly.
Cause
This issue is due to a limitation of Microsoft Excel’s handling of these characters and filetypes.
Solution
To resolve this issue, you can use a different program to open the CSV file or change the file encoding.
Use a different program
Using a different application can resolve the issue.
To do this, open the file in a different program such as a text editor or another spreadsheet program.
Change the encoding in Excel
You can change the character encoding while importing the .csv
file to resolve this issue.
To do this:
- In Microsoft Excel, click New in the File menu.
- Select the Data tab.
- Click From Text and select the CSV file.
- Select Delimited.
- For File Origin, select 65001 : Unicode (UTF-8).
- Click Next.
- Select Comma.
- Click Finish.
Excel will import the CSV contents and display the characters correctly.
Change the encoding in Notepad
You can use a different program to change the character encoding for the file.
To do this:
- Open the
.csv
file in Notepad. - In the File menu, click Save As.
- In the new window that displays, select ANSI for Encoding.
- Click Save.
- Open the file in Microsoft Excel. The characters should now display correctly.
Last modified: October 30, 2024