Hello,
With the Input Tool I get the data from the oracle database. This database is written in the code: 28605 (ISO 8859-15 Latin 9).
In my data, there are many text fields as V-String fields. Alteryx Designer overtake them correctly except the special characters from German Alphabet such as ä,ö,ü. These letters are translated as following:
ä->a
ü->u
ö->o
So for example Französich is changed to Franzosich.
If I look at Options of the Input Tool, there is not a possibility to set up a code page. I also tried the formula ConvertfromCodePage, ConvertToCodePage, but it also did not help.
It is also not possible to replace all letters a with ä as this not all a were before ä.
Moreover I tested one text file where it is possible to set a code page. This has to be set on "Unicode UTF-8" in order to get ä,ü,etc. correctly, altought the database is written in ISO 8859-15.
I would be very thankful for help.
Solved! Go to Solution.
I'm not sure of V_WString would help, because in the Input tool you would have to define this before the data comes in (and I don't have an Oracle client to test on :( )
If the database you are reading from is oracle I think if you select Force SQL WChar Support in the Input tool, it should solve the issue. It worked for me