Skip to content

CSV Trimming - V1.10.1 - Introducing CLI!

Latest
Compare
Choose a tag to compare
@LucaCappelletti94 LucaCappelletti94 released this 02 Sep 13:56

In this new version:

  • CLI support is introduced, so you can run csv-trim your_input.csv your_output.csv and be done with it
  • Extended support for NaN-like characters, including several UTF NaN-like characters provided from ugly_csv_generator, such as � or 无
  • Extended support for space-like characters, including several UTF space-like characters provided from ugly_csv_generator. I cannot show these because they all look like spaces, but there are like 20 of them!

Ciao!