Medical-Event-Data-Standard / meds_etl

A collection of ETLs from common data formats to Medical Event Data Standard
Apache License 2.0
16 stars 3 forks source link

The current OMOP ETL has a critical bug that results in lost data, this is a fix #17

Closed EthanSteinberg closed 2 months ago

EthanSteinberg commented 2 months ago

The current OMOP ETL loses data as it sometimes overwrites the files that it generates.

This fixes the problem by using random file names. We avoid collisions by using uuid4.