medea-project / ipcc-fact-checking

GOAL: to establish a line of sight between data and its source
Creative Commons Attribution 4.0 International
1 stars 2 forks source link

Use comma (,) as field separator instead of semi-colon (;) #2

Closed eric-brechemier closed 10 years ago

eric-brechemier commented 10 years ago

@apoloniarakow @monlafon This might be an option to select when saving the file to CSV in Excel.

The 1997 Annex H data uses the ',' while the 1994 data uses ';'. Maybe you can try to replicate the settings used for 1997 Annex H.

In order to make the CSV file display as a table on GitHub, like here, the separator between columns must be a colon (,), not a semi-colon (;).

https://github.com/medea-project/ipcc-fact-checking/blob/master/ipcc.ch/1994-ipcc-sr-climate-change/appendix3-contributors/data.csv

monlafon commented 10 years ago

Ok I think this is a problem that concerns me, so let me check and get back to you...

eric-brechemier commented 10 years ago

Same issue in 2000 SR Emissions:

https://github.com/medea-project/ipcc-fact-checking/blob/master/ipcc.ch/2000-ipcc-sr-emissions/annexII/data.csv

https://github.com/medea-project/ipcc-fact-checking/blob/master/ipcc.ch/2000-ipcc-sr-emissions/page5-author-roles/data.csv

monlafon commented 10 years ago

1994, emissions annexII, and emissions page 5 have been uploaded through OpenOffice with the comma corrections, let me know if it works.

eric-brechemier commented 10 years ago

Yes, thanks. I close the issue.