Search code examples
oracle-databaseoracle-apexexport-to-csv

Encoding in oracle apex when uploading documents in CSV format


Oracle Apex Product Build 18.2.0.00.12.
I created a page with the type "interactive report" and when I click on the report page "Action - Download" I choose CSV-format.
The file is downloaded in CSV format.
When opening a file, "їїїї" is displayed instead of Cyrillic characters.

How can this problem be solved if the data in the report itself is displayed correctly in Cyrillic?


Solution

  • Go to Shared Components => Application Definition Attributes => Globalization and change Automatic CSV encoding setting to 'Yes'.

    It could also be that the application you use to view the exported CSV file doesn't support Cyrillic, I sugggest also make sure that it does.