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
173 stars 85 forks source link

invalid URL on RabbitInAHat.html page #333

Closed wenboown closed 2 years ago

wenboown commented 2 years ago

Describe the bug on http://ohdsi.github.io/WhiteRabbit/RabbitInAHat.html page:

Loading in a Custom CDM There are times when users might need to load in a customized version of the CDM, for instance if they are sandboxing new features. To load in a custom CDM schema, first you must create a CSV file that uses the same format as the existing CDMv5 schema file.

The URL link leads to a 404 page, because CDMV5.csv doesn't exist anymore. Maybe change the link to point to the folder instead of a particular file? https://github.com/OHDSI/WhiteRabbit/tree/master/rabbitinahat/src/main/resources/org/ohdsi/rabbitInAHat/dataModel

Desktop (please complete the following information):

MaximMoinat commented 2 years ago

Thanks for reporting, should be fixed now