ericmckean / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

ToDate should work on integers #542

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently using the menu selection Transform -> To Date silently does nothing 
for integers while using value.toDate() results in a "not a string" error.

Converting an integer like 1986 to a date should work simply without extra 
steps of converting to a string first.

Original issue reported on code.google.com by tfmorris on 3 Mar 2012 at 6:54

GoogleCodeExporter commented 9 years ago
Fixed in r2450.

Original comment by tfmorris on 3 Mar 2012 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 3:05