in2csv: --no-header-row for Excel files
Created by: jsekamane
When converting a xls file to csv, using in2csv
I get a warning that the there are duplicate column names (and the columns are renamed) – despite the fact that i use the no-header-row
option? This seems to be a bug, or did I misunderstand something?
Command:
in2csv -I -H test1.xls > test1.csv
Output:
/usr/local/lib/python3.5/site-packages/agate/utils.py:291: DuplicateColumnWarning: Column name "x" already exists in Table. Column will be renamed to "x_2".
I am using Python 3.5.2