Closed GoogleCodeExporter closed 8 years ago
Did you have a checkmark for the option to parse cells containing numbers
during the project creation preview ? That probably needed to be unchecked.
Original comment by thadguidry
on 20 Dec 2011 at 2:20
Yes, probably, but if I have 5 or 10 other columns containing numbers, wouldn't
I want to leave the box checked?
Original comment by danpaulsmith
on 20 Dec 2011 at 2:31
NOT on the import. Easier to change the columns type AFTER the import with
Edit cells -> Common tranforms -> to number. Or with a GREL expression
toNumber(value)
Original comment by thadguidry
on 20 Dec 2011 at 2:38
Unfortunately, not all importers have the ability to turn off data type
guessing/conversion. There are two good reasons to have it off (and we'll
probably be changing the default as well making sure all importers support
this): 1) it's slow - the algorithm is try to convert to date, try to convert
to float, try to convert to integer, try to ..., well, you get the idea and 2)
it's irreversible.
The flip side of this is that it's tedious to convert lots of columns after
import, so we probably need a better way to convert all columns or convert a
bunch of columns.
Original comment by tfmorris
on 20 Dec 2011 at 3:44
Original comment by tfmorris
on 20 Dec 2011 at 3:44
Original issue reported on code.google.com by
danpaulsmith
on 20 Dec 2011 at 12:23