You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ananyaa06 if you don't have a neighborhood in your local db with a comma in it, you can just edit the name of a neighborhood in your db to add a comma for testing!
Brief description of problem/feature
Some neighborhood names in Chicago contain commas:
When we request
/v2/rawLabels
, the commas get included in the CSV without being properly put in quotes, leading to issues with parsing the CSV:Expected behavior
The commas should be dealt with by putting the neighborhood name in quotes so that csv readers can properly parse the content.
Steps to reproduce
/v2/rawLabels
csv filePotential solution(s)
Add quotes around neighborhood name in the returned CSV
The text was updated successfully, but these errors were encountered: