Hello,
I would like to load a CSV file with Data Services into an Oracle database table.
The CSV file contains special language characters (Umlaute like ä, ö, ü) as the conten is German.
But the special characters are not properly loaded to the oracle table.
Does anyone know a solution for this - in my opinion - standard task?
Which coding must the csv file have, UTF-8 or ANSI?
Thanks for your help in advance!
Philipp
Request clarification before answering.
Hello
Data Services will handle any character set, but it is up to the developer to set the right codepage and language. File formats, and many datastores allow you to specify these locale settings. I suspect you have might have something set to "default".
If I ever have an issue loading characters I set everything to UTF-8 of UTF-16. Your Oracle database must also be configured to handle the characters too. AL32UTF8 is the mother of all character sets.
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.