英文:
Encoding in oracle apex when uploading documents in CSV format
问题
Oracle Apex产品版本18.2.0.00.12。
我创建了一个类型为“交互式报表”的页面,当我点击报表页面的“操作 - 下载”时,我选择了CSV格式。
文件以CSV格式下载。
当打开文件时,显示的是西里尔字母而不是“їїїї”。
如果报表中的数据本身以西里尔字母正确显示,那么如何解决这个问题?
英文:
Oracle Apex Product Build 18.2.0.00.12.<br>
I created a page with the type "interactive report" and when I click on the report page "Action - Download" I choose CSV-format.<br>
The file is downloaded in CSV format.<br>
When opening a file, "їїїї" is displayed instead of Cyrillic characters. <br>
How can this problem be solved if the data in the report itself is displayed correctly in Cyrillic?
答案1
得分: 0
转到共享组件 => 应用程序定义属性 => 全球化,将自动CSV编码设置更改为 '是'。
还可能是您用于查看导出的CSV文件的应用程序不支持西里尔字母,我建议您确保它支持。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论