lter / deims-d6

Automatically exported from code.google.com/p/deims
0 stars 0 forks source link

zipcode field in Person Content gets truncated #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Zip code field needs to be string not integer, 02540 zipcode truncated to 2540

Original issue reported on code.google.com by hgarr...@mbl.edu on 1 Jul 2011 at 8:52

GoogleCodeExporter commented 9 years ago
agree, let's make the zipcode be string.  the other downside is states whose 
zip code begin with '0'.  these sites lose their preceeding zero on output.  it 
would be good to  add validation of the field, that was the thinking for 
choosing a 5 digit integer here.  

Original comment by inigo.sa...@gmail.com on 14 Jul 2012 at 3:29