inbo / fish-tracking

🐟 Collection of scripts for processing and analysing fish tracking data
3 stars 0 forks source link

Verify field type for synced fish_tracking_tags #22

Closed peterdesmet closed 9 years ago

peterdesmet commented 9 years ago

To reevaluate when metadata is more complete:

peterdesmet commented 9 years ago

Assigning to @karenrobberechts: we first need data for the unchecked fields before we can assess if the field type is detected correctly.

peterdesmet commented 9 years ago

Maybe is_ghost would be interpreted as boolean by CartoDB if other case was used (False or false) - I doubt it though - but Google Spreadsheet automatically transforms those to uppercase.

peterdesmet commented 9 years ago

Regarding is_ghost: https://github.com/CartoDB/cartodb/issues/1116

peterdesmet commented 9 years ago

All done and cast correctly (except booleans). Note that numbers cannot be formatted as 1,000.00, they have to be formatted as 1000.00.