Selva163 / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

A column that was type bool and written to a csv file is read back in as char #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.  Start with a csv file that has a column that consists of zeros and ones.
2.  Read that file into a UniTable and you will get a column of type Bool
3.  Write that UniTable back to a file using to_csv_file() and the original 
values will be written as 
"False" and "True" respectively.
4. Read the new file back in and the column will be of type Char(5) when it was 
originally Bool.

What is the expected output? What do you see instead?

This should probably be fixed by changing to_csv_file()

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 1 Oct 2009 at 4:26

GoogleCodeExporter commented 8 years ago

Original comment by collinbe...@gmail.com on 30 Oct 2011 at 3:49

GoogleCodeExporter commented 8 years ago
Re-categorizing issues to belong to the 0.4.x version of Augustus.

Original comment by collinbe...@gmail.com on 30 Oct 2011 at 3:50

GoogleCodeExporter commented 8 years ago
Marking all 0.4 bugs as low.

Original comment by collinbe...@gmail.com on 13 Apr 2012 at 5:55