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

Fake Data Generation - Command Line #307

Open JakeBGitHub opened 3 years ago

JakeBGitHub commented 3 years ago

Is it possible to run the WhiteRabbit Fake data generation from the command line rather than using the GUI? Can the WhiteRabbit.ini file be expanded to incorporate this functionality?

MaximMoinat commented 2 years ago

This is indeed not yet possible, but sounds like a good idea.

Could you describe the use case? i.e. what is the situation where you are not able to use the GUI to generate fake data?

JakeBGitHub commented 2 years ago

We receive multiple scan report files, and it would take time to individually generate the fake data from each report from the GUI, doing this via the command line would make this process a lot easier. Also, as we obtain new reports, to automatically generate the fake data it would require a command line tool.

Hope this helps!