Episode Details

Back to Episodes
399: Data Munging

399: Data Munging

Published 3 years, 5 months ago
Description

There was a small problem in our database. Some JSON data we kept in a column would sometimes have a string instead of an integer. Like {"tabSize": "5"} instead of {"tabSize": 5} of the like. Investigation on how that happened was just silly stuff like not calling parseInt on a value as it came off a