OHDSI / WhiteRabbit

WhiteRabbit is a small application that can be used to analyse the structure and contents of a database as preparation for designing an ETL. It comes with RabbitInAHat, an application for interactive design of an ETL to the OMOP Common Data Model with the help of the the scan report generated by White Rabbit.
http://ohdsi.github.io/WhiteRabbit
Apache License 2.0
185 stars 90 forks source link

Case of field names is not preserved #421

Open guuswilmink opened 1 month ago

guuswilmink commented 1 month ago

When loading a ScanReport, the letter case of field names is not preserved by RiaH, instead converting all letters to lower case. This can produce ETL errors and erroneous test frameworks. To reproduce this behaviour, open a ScanReport with fields containing capital letters in RiaH and compare the letter cases between the applications.

Spayralbe commented 1 month ago

Would be great to resolve this! Though looks like an issue was already created a while back, see https://github.com/OHDSI/WhiteRabbit/issues/303