Paul Fitzpatrick

Results 198 comments of Paul Fitzpatrick

Agreed that doing something sensible with CSV files that don't have headers would be nice to have. Perhaps a flag could be added to treat CSV files as if they...

Thanks. The py2/py3 thing is awkward. If you are using the `Makefile`, then `make py` should work with python3 and not mess around with 3to2.

Hmm from the snippet you posted, it looks like an `echo` command in the Makefile is being expanded a bit differently for you than it is for me. That "\n\t"...

For time, I'd suggest the node/javascript version of daff (`npm install daff`). It is a lot faster than python, particularly python2. For memory, there's no quick fix in the general...

@osgger it is definitely true that if the input is sorted and there's a primary key, daff is doing a lot of unnecessary work. Right now, the most practical way...

Hmm that wasn't possible, but seemed a good thing to add. So as of 1.3.39, you can do: ``` daff --input-format sqlite --table old:new ab.db ab.db ``` * You need...

Good point @osgger, I've talked up sqlite support in #129.

Most recent java zip was in https://github.com/paulfitz/daff/releases/tag/v1.3.16 and was generated using `make java` and `make release`

Hi @gwarnes-mdsol, could you do me a favor and attach the .csv files, or forward them by email? (my email address is attached to my github profile). Thanks!

Thanks for the files. From the command line, with `daff iris.csv.txt iris2.csv.txt`, I'm not seeing the same diff unfortunately, it gives `->` updates everywhere. There was an extra column that...