An API client for interacting with Building and Land Development permit APIs
The requirements of the spec are here The parent page has optional portions of the dataset.
- Some of the dates are in
M/D/YYYY
despite the spec calling forYYYY-MM-DD
- Theres a
O
(letter, Oscar) in a numeric field- this comman can be used to solve it:
sed -e 's/,O,/,0,' -i -f data.csv
- this comman can be used to solve it:
- integers are encoded as strings in the json responses