socrata / datasync

Desktop / Console application for updating Socrata datasets automatically.
http://socrata.github.io/datasync/
MIT License
80 stars 33 forks source link

Porting datasets does not transfer number formatting #79

Closed louh closed 10 years ago

louh commented 10 years ago

For instance, a column stored as a number that's really supposed to be a year would be formatted as "No commas." However, porting a dataset with this kind of column to a new domain will lose the formatting.

aynleslie commented 10 years ago

Lou, this is a problem in DataSync 1.0. This was resolved with commit https://github.com/socrata/datasync/commit/5aaf33815604380c66263f93c38ccbabdb396555, and is part of the DataSync 1.5 release.

:)