GSA / data

Assorted data from the General Services Administration.
2.11k stars 275 forks source link

Fix Unicode character issue in CSV header rows #148

Closed konklone closed 6 years ago

konklone commented 6 years ago

This fixes a subtle regression in https://github.com/GSA/data/pull/147#pullrequestreview-124477848 where a Unicode character was introduced as the first character in the two domain CSV files, which can cause issues in CSV parsers.

I used nano to make the edits, which also added a blank newline at the end of the file, which is pretty standard (and generally recommended) anyway.

I verified that the fixed files parse properly in at least one parser that was failing previously (Pulse).

h-m-f-t commented 6 years ago

👍Thanks @konklone.