You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Unreleased
9
9
* :doc:`/scripts/csvstat` adds a :code:`--non-nulls` option to only output counts of non-null values.
10
10
* :doc:`/scripts/csvstat` adds a :code:`--max-precision` option to only output the most decimal places.
11
11
* feat: Add a :code:`--null-value` option to commands with the :code:`--blanks` option, to convert additional values to NULL.
12
+
* fix: Prompt the user if additional input is expected (i.e. if no input file or piped data is provided) in :doc:`/scripts/csvjoin`, :doc:`/scripts/csvsql` and :doc:`/scripts/csvstack`.
12
13
* fix: No longer errors if a NUL byte occurs in an input file.
0 commit comments