sdg-data-canada-odd-donnees / cif-data-donnees-cic

https://sdg-data-canada-odd-donnees.github.io/cif-data-donnees-cic/
Other
0 stars 3 forks source link

General - Special characters bug #456

Open tristanmenard opened 2 months ago

tristanmenard commented 2 months ago

The data update workflow does not write some data with special characters to the csv data file, resulting in some data being omitted on the data hub.

For example, data for Métis is omitted for indicators 4.1.1/5.2.1 due to the é in Métis. Non-breaking spaces are also known to cause this issue (see 4.1.1 where the space between Inuk and Inuit is non-breaking) as well as EN dashes (see 16.1.1).

This issue occurs only when the scripts are run via GitHub Actions. It does not occur when scripts are run directly on local systems.

tristanmenard commented 2 months ago

temporary solution: #482

Zelheim commented 2 months ago

Fixed special characters bug by changing the operating system used in the workflow to macos-latest.