daff icon indicating copy to clipboard operation
daff copied to clipboard

Support header-less input

Open fsateler opened this issue 5 years ago • 2 comments

Some csv files do not have headers. It would be nice to not skip the first row, and use just the column number as header for them.

fsateler avatar Jan 30 '19 00:01 fsateler

Also, --unordered mode seems very confused with such files

fsateler avatar Jan 30 '19 00:01 fsateler

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 had an extra A,B,C,D,... header row, without needing too many changes to the rest of the code.

paulfitz avatar Feb 13 '19 04:02 paulfitz