Foreign Unicode Characters Not Displaying in UI and Database in RSA Identity Governance and Lifecycle
Originally Published: 2017-06-13
Article Number
Applies To
RSA Version/Condition: All
Issue
Here is an example added to a CSV file t_sample_perforce_accounts.csv. Notice the last entry has a French character 'ç':
accountname,userid,accusermapid
Admin,bbyragani,1223
BLR-Intern,svejandla,122
BLR-Intern,cchennagiri,5666
P4-Guest,cccchennagiri,5666
Testç1,Sioned,5669
After collection:It's also not getting loaded correctly in the database:
There are no related errors in the collection run but the account does not display properly in the Accounts Name column.
Cause
Resolution
$ file t_sample_perforce_accounts.csv t_sample_perforce_accounts.csv: ISO-8859 textIn this case the ISO-8859 encoding does not handle all the French characters. Most text editors have an option for changing the encoding to another character set. You'll need to edit the file, change the encoding, then save it. In this example UTF-8 encoding will resolve the problem.
In VIM you can set the encoding as follows:
accountname,userid,accusermapid
Admin,bbyragani,1223
BLR-Intern,svejandla,122
BLR-Intern,cchennagiri,5666
P4-Guest,cccchennagiri,5666
Testç1,Sioned,5669
:set fileencoding=utf8
Now the file command displays:
$ file t_sample_perforce_accounts.csv t_sample_perforce_accounts.csv: UTF-8 Unicode textNow rerun the collector and it will be stored and displayed properly. The old version of the account is deleted.:
Related Articles
User-type user attributes show internal ID values instead of UserID values in RSA Identity Governance & Lifecycle 68Number of Views Cisco ISE 3.2 - RADIUS Configuration - RSA Ready Implementation Guide 66Number of Views 'Unable to save Connector' error when saving a JAVA Code Based AFX Connector in RSA Identity Governance & Lifecycle 144Number of Views Incompatibility with Encoding of Private Key causes various issues on an RSA SecurID Access Identity Router running SLES12… 202Number of Views Error during migration: Error: Failed to massage migrated data org.postgresql.util.PSQLException: ERROR: update or delete… 57Number of Views
Trending Articles
RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide How to Download OTP Token Seed Files from myRSA RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide Module "SecurIDModule" could not be found message displayed in the web browser
Don't see what you're looking for?