washingtonpost / data-police-shootings

The Washington Post is compiling a database of every fatal shooting in the United States by a police officer in the line of duty since 2015.
Other
1.13k stars 517 forks source link

I wrote an iOS app using your data. See your email Washington Post People. #40

Closed qed007 closed 3 years ago

qed007 commented 3 years ago

When human is a Junior, do not use a comma. It messes up my parsing.

I want to work with you on this. You should want to work with me on this.

osoleve commented 3 years ago

I just checked, when ", Jr." appears in the name field, the whole field is surrounded by quotes as is standard to allow the CSV to be parsed as normal. Not sure why your app has a problem with it, but if you ask for help I'm sure someone can assist in figuring it out.

qed007 commented 3 years ago

4778,"Vincense Williams, Jr.",2019-06-10,shot,gun,24,M,B,Oklahoma City,OK,False,other,Not fleeing,True,,,True

jmuyskens commented 3 years ago

Enclosing a field in double quotes is compliant with RFC 4180.