るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.018秒)
トップページ > クエリ:converters[x] > 種類:クラス[x]

別のキーワード

  1. csv converters
  2. csv header_converters
  3. converters csv
  4. header_converters csv

ライブラリ

検索結果

CSV (13.0)

このクラスは CSV ファイルやデータに対する完全なインターフェイスを提供します。

...CSV's core parser is now
Encoding agnostic, some features are not. For example, the built-in
converters
will try to transcode data to UTF-8 before making conversions.
Again, you can provide custom converters that are aware of your Encodings to
avoid this translation. It's just too hard for me to s...