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

Avoid translating to JSON multiple times #291

Closed blootsvoets closed 3 years ago

blootsvoets commented 3 years ago

Writes ETL result directly to output stream. Avoids converting an object to String twice and only then writing it. Intends to solve #290.