evancharlton / android-mileage

Automatically exported from code.google.com/p/android-mileage
10 stars 15 forks source link

boolean fields not working in CSV import #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.export data csv, some of them with "Is partial?" = false
2.check csv file and observe 1 for True.  change some other
3.import from csv.  all records have "false" in "Is partial?" field

Expected behavior: read "1" or "Y" as true in "Is partial?" field

Actual behavior: ignoring cell data so misscalculating

Mileage version: 3.1.1
Android version: 4.0.4
Device: Samsung Galaxy S-III

Please provide any additional information below.

the same for field "Restart calculations?", that would be the only way to say a 
have a gap in my records, so don't expect calculating first record after the gap

thanks a lot,

Alan.Peugnet@gmail.com

Original issue reported on code.google.com by Alan.Peu...@gmail.com on 31 Jul 2012 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
is there workaround? what is expected format of the boolean field type?

Original comment by Dmitriy....@gmail.com on 4 Feb 2013 at 10:44