LoginSignup
3
3

More than 3 years have passed since last update.

ServiceNow - CSVインポートとエクスポートの文字化けを直す

Last updated at Posted at 2020-12-16

概要

ServiceNowのリストをcsv形式でエクスポートすると文字化けする。また、CSVファイルをServiceNowにインポートすると文字化けする。

image.png

image.png

原因

問題はServiceNowはデフォルトではwindows-1252エンコーディングでインポートとエクスポートする。
image.png

ServiceNowドキュメントにも注意として書かれています。

Note: By default, ServiceNow exports all CSV files in Windows-1252 encoding. If you need to export translated data, set the glide.export.csv.charset system property to UTF-8.*

解決

インポートエクスポートでエクスポートのエンコーディングをUTF-8に指定する。
image.png
image.png

image.png

以上

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3