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

kintone 運用 Tips

Last updated at Posted at 2019-10-18

kintone の システム運用についての Tips を載せていきます。

cybozu.com 共通管理

システム管理

監査ログの文字化けをnkfで変換する

ダウンロードした監査ログをExcelで開きたい

ダウンロードした audit.csv の文字コードは UTF-8(BOM無し)なので、Excelでそのまま開くと文字化けします。

mac の場合は、nkf で変換します。

brew update
brew install nkf
nkf -v
Network Kanji Filter Version 2.1.5 (2018-12-15)
Copyright (C) 1987, FUJITSU LTD. (I.Ichikawa).
Copyright (C) 1996-2018, The nkf Project.
cat audit.csv | nkf -Ws > audit-sjis.csv

気付いた時に書き足していきます。

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