csv v2.5.0 Release Notes
Release Date: 2022-09-17 // about 1 year ago-
- ๐ Optional parameter
escape_formulas
to prevent CSV injection. Fixes #103 reported by @maennchen. Contributed by @maennchen in PR #104. - Optional parameter
force_quotes
to force quotes when encoding contributed by @stuart - ๐ Bugfix to pass non UTF-8 lines through in normal mode so other lines can be processed, Fixes #107. Contributed by @al2o3cr.
- ๐ Allow to encode keyword lists specifying headers as values, contributed by @michaelchu
- ๐ Better docs thanks to @kianmeng
- ๐ Optional parameter
Previous changes from v2.4.1
-
- ๐ Fix unnecessary escaping of delimiters when encoding Fixes #70 reported by @karmajunkie