2
1

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 3 years have passed since last update.

Azure Data Factoryで、BOM付きUTF-8のCSVファイルを出力する。

Last updated at Posted at 2021-01-22

#ハマったことメモ
Azure DataFactoryで出力したCSVファイルをエクセルで開くと、UTF-8なのに、文字化ける。

#解決策
出力先の文字コードを、SHIFT-JISでも、(Default)UTF-8でもなく、UTF-8を選ぶ。
(下図の3番目)
エクセルで直接開けるのは、BOM付きUTF-8。
どうも、リスト先頭の(Default)UTF-8は、BOMなしUTF-8。
リスト3番目のUTF-8がBOM付きらしい。

スクリーンショット 2021-01-23 0.02.04.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?