mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing columns in CSV file

lpellegr opened this issue · comments

Since your last update, at least the CSV content includes broken entries:

https://github.com/mledoze/countries/blob/e7c00bcb7a291a57970a338dd108e52fb0cee489/dist/countries.csv

For instance, row 29 should actually have 22 columns, instead of 21.

I noticed this regression since we have a parser that relies on your great data and parses the last column.

Hello, thank you for this issue, I am sorry for the inconvenience, I will fix this right away.

This has been fixed by #328 and merged on master.

Proof: https://github.com/mledoze/countries/blob/57cda62a72f9dd7f3a99285752321bb7e72ccb02/dist/countries.csv

Thank you for your patience.

@mledoze Thanks a lot for your responsiveness.