Skip to content

scrubcsv 1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Oct 20:33

Added

  • --output-stats-to-file <PATH> option to write processing statistics to a
    JSON file. The output includes rows, bad_rows, elapsed_seconds,
    bytes_processed, and bytes_per_second.

Changed

  • Migrated from deprecated structopt to clap v4.5 with derive macros.
  • Updated env_logger from 0.9 to 0.11.
  • Updated humansize from 1.0 to 2.1.
  • Updated all other dependencies to their latest compatible versions.