#author("2023-10-22T08:56:41+00:00;2017-03-19T03:01:00+00:00","default:hotate","hotate") #contents &tag(Ruby, CSV); &tag(Ruby,CSV); * 情報 [#n4dfc707] - [[Ruby - CSV を文字コード変換しつつロード - Qiita>http://qiita.com/labocho/items/8559576b71642b79df67]] open(filename, "rb:Shift_JIS:UTF-8", undef: :replace) do |f| CSV.new(f).each do |row| # ... end end