wrong fix
git-svn-id: http://google-refine.googlecode.com/svn/trunk@602 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
8aa1f1d9a0
commit
fc5dd69c33
@ -137,8 +137,8 @@ public class Cell implements HasFields, Jsonizable {
|
||||
}
|
||||
}
|
||||
|
||||
if (value != null && type != null) {
|
||||
if ("date".equals(type)) {
|
||||
if (value != null) {
|
||||
if (type != null && "date".equals(type)) {
|
||||
value = ParsingUtilities.stringToDate((String) value);
|
||||
}
|
||||
return new Cell(value, recon);
|
||||
|
Loading…
Reference in New Issue
Block a user