daff icon indicating copy to clipboard operation
daff copied to clipboard

align and compare tables

Results 43 daff issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/13905136/184793643-d09ca0f0-ec82-4576-bedf-b0a81b5981bc.png) ![image](https://user-images.githubusercontent.com/13905136/184793664-76460eff-b86e-4f6f-bac5-acaf09a65b17.png) ![image](https://user-images.githubusercontent.com/13905136/184793677-6b93c1c1-987e-46a0-8749-8991d20be3ce.png) ![image](https://user-images.githubusercontent.com/13905136/184793690-e2a0e9ef-bf9f-4009-9d2a-e54d0b9596c0.png)

I use daff for big TSV diff but it's a bit slow to compare theses big TSV. However my server is a big one with 16 CPU. I observed daff...

I think I stumbled upon a technical limitation while comparing large (but similar to a very large extend) CSV files. ``` ❯ daff 80921.20240125.120915.280075/stop_times.txt 80921.20240125.180818.104400/stop_times.txt /Users/thbar/.asdf/installs/nodejs/16.17.1/lib/node_modules/daff/bin/daff.js:11375 throw(e); ^ Error: Cannot...

great tool, btw! it would be really slick if when a cell differs, daff could look inside the cells and do a diff on the content. e.g. daff_example1.csv: ``` name,age,more_stuff...

It'd be lovely to have daff available on [cdnjs](https://cdnjs.com/).

ERROR in ./src/App.tsx 15:0-23 Module not found: Error: Can't resolve 'normalize.css' in 'D:\New folder\Newproject\new-app\src' ERROR in ./node_modules/daff/lib/daff.js 11145:23-40 Module not found: Error: Can't resolve 'crypto' in 'D:\New folder\Newproject\new-app\node_modules\daff\lib' BREAKING CHANGE:...

Can you update Pypi? It's on version 1.3.46.

When constructing a `TableDiff` between the following tables with `CompareFlags.show_unchanged_columns` set to `true`: ``` Key,Name Test1, AABBCC Test2, DDEEFF ``` ``` Key,Name2 Test1, AABBCC Test2, DDEEFF ``` The `TableDiff.col_renames` property...

Why upgrade ? `"fibers": "^5.0.0", "sqlite3": "^4.0.0"` **sqlite3 failed due to node version impact during an earlier build**

Hi- Let's say I only have 1 file. #cat ip.csv name,age,height,id,sex abc,12,6,7,m abc,13,6,7,m def,13,7,8,f ghi,15,6,7,m #cat op.csv name,age,height,id,sex abc,12,6,7,m abc, $\color{red}{13}$ ,6,7,m def,13,7,8,f ghi,15,6,7,m The logic is to use the...