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

Scan List To Filter Tables in DB #271

Closed ericaVoss closed 3 years ago

ericaVoss commented 3 years ago

When you have a LARGE database (600+ tables), it would be good if there was a way to import a list of the table names you would like to select. This would save time when you do another scan.

MaximMoinat commented 3 years ago

This can be done by running WR from the command line and storing the tables names in the TABLES_TO_SCAN property of the .ini file.

http://ohdsi.github.io/WhiteRabbit/WhiteRabbit.html#running_from_the_command_line