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
178 stars 88 forks source link

Testing framework using CDM V.5.4 #359

Open solmazeradat opened 1 year ago

solmazeradat commented 1 year ago

Hi,

On the testing framework that Rabbit In A Hat generated from CDM v.5.4, I noticed that in CDM V5.4 there is a field in table note_nlp called "offset".

image

When the TestFramework.R file is generated, it looks like the field offset with the quotations signs is causing a error when running the R script.

I did a find and replace as shown below and the script runs with no errors

image

Many thanks, Solmaz