vividvilla/csvtotable

Issue with conversion...

infracritical opened this issue · 2 comments

Am getting an "Aborted!" error message.

I saved the file as UTF-8 text, then converted it to CSV. The output from the process is shown below.

[root@server ~]# csvtotable t.csv t.html
Aborted!
[root@server ~]# more t.csv
ABC,12.34,T,1
ABC,12.31,F,2
ABC,12.40,T,3
ABC,12.32,T,4

BTW, I am running CentOS 7, with Python development kit, patched, and latest updates (via yum). There were no errors during the install.

I was getting it also using release 1.1.2.

Workaround by using -o option even though there is nothing to overwrite.

Thanks for reporting. Please update to version 1.1.4 in which this bug is fixed.

pip install --upgrade csvtotable