1
3

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.

CsvHelper ver 27 リリース

1
Posted at

2021年4月22日に、CsvHelper version 27.0.0 がリリースされました。
主な新機能、変更は次の通りです。

新機能

  • デリミタを自動判別できるようになりました。デフォルトはOffです。
  • 登録されているすべての型に型コンバーターを適用する機能が追加されました。
  • 登録されているすべてのタイプにタイプコンバータオプションを適用する機能が追加されました。
  • IAsyncEnumerableをWriteRecordsに渡す機能が追加されました。
  • 変換に失敗したときにデフォルト値を使用するオプションが追加されました。

仕様変更

  • IParserConfiguration.DetectDelimiterが追加されました。
  • IParserConfiguration.DetectDelimiterValuesが追加されました。
  • IWriter.WriteRecordsAsync (IAsyncEnumerable レコード、CancellationToken cancelToken =デフォルト)を追加しました。
  • デフォルトとしてCsvConfiguration.WhiteSpaceCharactersから「\t」を削除しました。

公式ページはこちら。

ソースコードを見たい方はこちらからどうぞ。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?