- update to 2.2.0:
* fix: :doc:`/scripts/csvstack` no longer errors if a CSV file
is empty.
* Add Python 3.14 support. Drop support for end-of-life version
3.9.
* feat: Add a --no-leading-zeroes option to tools that support
type inference.
* feat: Add a --add-bom option to add the UTF-8 byte-order mark
(BOM) to CSV output, for Excel compatibility.
* feat: :doc:`/scripts/csvsql` adds a --engine-option option.
* feat: :doc:`/scripts/csvsql` adds a --sql-delimiter option,
to set a different delimiter than ; for the --query,
--before-insert and after-insert options.
* feat: :doc:`/scripts/sql2csv` adds a --execution-option
option.
* feat: :doc:`/scripts/sql2csv` uses the stream_results=True
execution option, by default, to not load all data into
memory at once.
* fix: :doc:`/scripts/csvcut` no longer errors on unknown
columns when using the --not-columns (-C) option.
* fix: :doc:`/scripts/csvsql` uses a default value of 1 for the
--min-col-len and --col-len-multiplier options.
* fix: The --encoding option defaults to the PYTHONIOENCODING
environment variable if set.
* fix: For type inference, number takes priority over date-
time, if not using the --datetime-format option.
OBS-URL: https://build.opensuse.org/request/show/1349449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-csvkit?expand=0&rev=23
Description
No description provided
Languages
RPM Spec
100%