Skip to content

Releases: gitonthescene/csv-reconcile

Automatic csv file encoding and parameter detection (defensive)

30 Apr 05:51
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

  • Addresses problem with csv.Sniffer.sniff() raising errors in certain circumstances raised in #68. The fallback is to simply use the configuration overrides.

Automatic csv file encoding and parameter detection

29 Apr 06:39
Compare
Choose a tag to compare

What's Changed

Following some advice from @b2m automatic csv file encoding and parameter detection was added. Overrides are still possible, but this should reduce some of the friction when using variant file encodings or parameters such as changing the csv separator.

Change in server intialization

28 Nov 07:42
Compare
Choose a tag to compare

The most noticeable change in this release is the reworking of how the service is initialized and started. Initialization is now a separate step from starting the server. This is to facilitate running the service within other WSGI engines. See README for details.

Also notable is @b2m's addition of a preview service to display the entire contents of a given row when hovering over it. This is opt-in. See README for details.

What's Changed

  • Implement Preview Service by @b2m in #27
  • Extending columns showing id and not name #40
  • Handle mismatched lines in csv files #39
  • Reorganize command line options to accommodate running in a container #22

New Contributors

Full Changelog: v0.2.5-alpha...v0.3.0

First alpha release

06 Jun 11:11
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

Just starting to think about formalizing releases. You have to start somewhere! Binaries found on PyPI.