issues
search
18F
/
data-act-pilot
This small DATA Act pilot contains code that translates agency data to a uniform DATA act format.
Other
21
stars
14
forks
source link
Misc fixes
#230
Closed
bsweger
closed
8 years ago
bsweger
commented
9 years ago
This PR fixes three bugs:
220: remove the link that doesn't go anywhere
229: fix bug that was causing an error when user uploads a file with no errors
231: fix dict lookup that threw an error if a designated key field isn't in an uploaded file
if an incoming field contains nothing but whitespace characters, treat it as a missing data
This PR fixes three bugs:
220: remove the link that doesn't go anywhere
229: fix bug that was causing an error when user uploads a file with no errors
231: fix dict lookup that threw an error if a designated key field isn't in an uploaded file