How to handle Special Characters in Upload wizard in Oracle APEX

106 Views Asked by At

How to handle Special Characters in Upload wizard in Oracle APEX from CSV file:

é è à ù ç ñ ö ë í á ó

enter image description here

Also, I want to do Transformation of these special char to Alpha chars.

When I upload Excel through CSV, it shows like below:

enter image description here

enter image description here

When I do copy/paste it shows like below:

enter image description here

1

There are 1 best solutions below

2
Koen Lostrie On

What is the file encoding attribute ? When I pick US-ASCII then the characters are not recognized and it shows the characters as �. But when I take a multibyte character eg Unicode UTF-8 it works fine