Closed jochenwezel closed 8 years ago
the raw CSV contains several locations with double space chars
Maybe there could be a search&replace for those items, e.g.
...,"Chine, région administrative spéciale de Hong Kong",...
in C# style, I'd write:
str.Replace(" ", " ");
@jochenwezel thanks for flagging this!
the raw CSV contains several locations with double space chars
Maybe there could be a search&replace for those items, e.g.
in C# style, I'd write: