on 2012 Jan 16 2:11 PM
Hi All ,
I am facing a strange issue , during Address Cleanse Transformation , I am getting characters like 'ß' in some Address Suggestion fields . I need to remove these characters .
Database is UTF-8
You do not provide much detail. Are these German addresses? If so, the character 'ß' may be valid. For example, in German addresses, the word for street is 'strasse' or 'staße'.
If these are random characters embedded in the text then they may represent unprintable characters in your source data. You can fix the source, or you can use search_replace() or replace_substr() function to remove the characters after address cleanse.
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats correct Paul.These are in infact german addresses. I would like betas to be replaced by ss. I tried the following code as well.
[]) SET (
"internal_table" = '',
"run_as_separate_process"='no')
But this doesn't seem to worl.Also It changes the ß back to ? everytime i relogin so it becomes
[]) SET (
"internal_table" = '',
"run_as_separate_process"='no')
Any suggestions?
Hi,
This may or may not be helpful, but it's something you can check.
I have seen this type of conversion to a ? mark in the past when using Custom Functions that had characters that weren't understood by the local repository's code page setting. The information for the function was stored in the local repository and until that database was set to properly interpret the character that was converted to a ?, they saw problems like this.
I would suggest contacting your database admin to set the local repository's code page/characterset to handle the character you are trying to enter and save.
Thanks,
Paula
User | Count |
---|---|
79 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.