Names with special characters are not parsed correctly in Apptio from Service Now.
Currently I'm configuring Apptio to work together with Service Now. My Service Now SME confirms that data is stored in Service Now with Latin Windows-1252 character encoding (which is Service Now's default).
I setup a DataLink connection using Windows 1252 and Apptio recognizes this is the character encoding (import step shows this is being used).
Unfortunately special characters (ø, ä, æ, å for example) in people's names are parsed with "?". Downloading the raw data from the upload step and opening it in Notepad++ confirms the data is not received correctly by Apptio.
What can I do to fix this?
I tried various character encoding settings in DataLink, but the usual suspects don't seem to work (UTF-8, ISO 8859-15). Also set all to autodetect doesn't work, I started with that.
I expect changing the default character encoding in Service Now to UTF-8 could be a solution, but I would like to save that for a last resort.