vergilcw / sporttracks-csv-import

Automatically exported from code.google.com/p/sporttracks-csv-import
0 stars 0 forks source link

lb following weight value pops up error message #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In weight column, enter "209lb" or "209 lb" or "209lb." or "209 lb." and try 
to import.  The last two values (with the period) are not legitimate per the 
documentation, but I could not figure out why it wasn't working and adding the 
period seemed like a user-friendly syntax variation.

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

What version of the product are you using? On what operating system?
3.0.2 with SportTracks 3.0.3924.

Please provide any additional information below.
The solution was to remove the lb from each entry and change the column heading 
from "weight" to "weight (lb)".

Original issue reported on code.google.com by eelli...@tritel.net on 25 Oct 2010 at 10:36

GoogleCodeExporter commented 9 years ago
Fixed string splitting in GetDecimalWeight

Original comment by wolfgang...@googlemail.com on 26 Oct 2010 at 9:00