2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[ServiceNow] CSVファイルのインポートで先頭カラムが「u__」で取り込まれる

Posted at

事象

Excelで作成したCSVファイルをServiceNowにインポートすると先頭のフィールドがマッピングできない。
インポートテーブルにu__フィールド名と_(アンダースコア)が2文字続いたフィールドが作られてしまう。

プラットフォーム

NewYork, Orlando

対処方法

他のエディタでCSVファイルを保存する。

原因

ExcelでCSVファイルにして保存するとBOM付きになってしまうため。

参考URL

How to import csv which charset is UTF-8 BOM?

きっかけ

他チームの人からの質問で、以前同じ現象になったことを思い出しました。
ExcelでBOMなしのCSVを保存する方法はあるんでしょうか?

2
0
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
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?