github jqnatividad/qsv 0.86.0

latest releases: 0.134.0, 0.133.1, 0.133.0...
20 months ago

Added

  • apply: added thousands operation which adds thousands separators to numeric values.
    Specify the separator policy with --comparand (default: comma). The valid policies are:
    comma, dot, space, underscore, hexfour (place a space every four hex digits) and
    indiancomma (place a comma every two digits, except the last three digits). #748
  • searchset: added --unmatched-output option. This was done to allow Datapusher+ to screen for PIIs more efficiently. Writing PII candidate records in one CSV file, and the "clean" records in another CSV in just one pass. #742

Changed

  • fetch & fetchpost: expanded usage text info on HTTP2 Adaptive Flow Control support
  • fetchpost: added more detail about --compress option
  • stats: added more tests
  • updated prebuilt zip archive READMEs 072973e
  • Bump redis from 0.22.2 to 0.22.3 by @dependabot in #741
  • Bump ahash from 0.8.2 to 0.8.3 by @dependabot in #743
  • Bump jql from 5.1.4 to 5.1.6 by @dependabot in #747
  • applied select clippy recommendations
  • cargo update bump several indirect dependencies
  • pin Rust nightly to 2023-01-27

Fixed

  • stats: fixed antimodes null display. Use the literal NULL instead of just "" when listing NULL as an antimode. #745
  • tojsonl: fixed invalid escaping of JSON values #746

Full Changelog: 0.85.0...0.86.0

Don't miss a new qsv release

NewReleases is sending notifications on new releases.