paulfitz/daff

Support header-less input

fsateler opened this issue · 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.

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

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.