OHDSI / CommonDataModel

Definition and DDLs for the OMOP Common Data Model (CDM)
https://ohdsi.github.io/CommonDataModel
877 stars 448 forks source link

Encoding issues in documentation #332

Closed MaximMoinat closed 3 years ago

MaximMoinat commented 4 years ago

I encountered text encoding issues in OMOP_CDM_v6_0.csv while I was working on updating the cdmv6 model for Rabbit in a Hat.

There are some encoding issues, some examples: https://github.com/OHDSI/CommonDataModel/blob/2d43c51de53424d9df1bf263ee77ce97957323d7/OMOP_CDM_v6_0.csv#L203

https://github.com/OHDSI/CommonDataModel/blob/2d43c51de53424d9df1bf263ee77ce97957323d7/OMOP_CDM_v6_0.csv#L120-L121

MaximMoinat commented 4 years ago

The same issue in the pdf version: image

clairblacketer commented 3 years ago

Thanks Maxim! I have fixed this issue in the development repo so if you grab the csvs from there for CDM v5.3.1 and CDM v6.0 it is all fixed. As we update to v6.1 I will add to this repo as well.