ASCII to UTF 8 Encoding issues

vidkeer
Kilo Contributor

Hi,

In the Department table of ServiceNow, one of the Department has name as GGO MENA â€" ALL ( which has ASCII characters in it). This is one such example. Now, such values are already loaded into ServiceNow from another source.

Now, when i try to search the same in Department Table with exact name the search returns no results. Tried changing the Encoding to various other formats in chrome but no results returned.

Can you kindly let me know how can we search for such values, now the value stored in table cannot be modified , we need an effective means to search such values

Regards,

Vidya

3 REPLIES 3

Chuck Tomasi
Tera Patron

Hi Vidya,



I'm not sure I understand the issue. Is the entry in the department table contain the UTF characters? Are those coming from an import source and not showing up?


Hi Chuck - the problem we have is that we're ingesting data from a .csv file, and some of the data in that CSV file has the â€" character in it.   What we need to do is change that â€" character to a - character upon transformation into the department table.



Would an onBefore transform script handle this?


If it's just one field that's doing that, you can do that in the transform script with a simple search/replace.



See Episodes 31/32 here for more information on RegEx.



TechNow Episode List