OHDSI/ETL-Synthea

Only one person in the person table

avtaylor opened this issue · 0 comments

Apologies
I managed to understand a bit better how to use the Basic Setup options and I now generated 1000 patients and reloaded the data by using the given option to the java -jar command.
I will close this issue.

Hello
I wanted to load the synthea data from csv. I followed the instructions on the wiki page on how to install synthea. The instruction for obtaining the csv files is: "to do this the exporter.csv.export option in the ./src/main/resources/synthea.properties file needs to be set to TRUE" but how about when one wants to use the Basic Setup and Running? I see that this by default only creates the FHIR files.
How can we generate the csv?
I also tried to use the option to the java -jar command:

java -jar synthea-with-dependencies.jar --exporter.csv.export true

this does generate csv folder but I noticed the person table only has one record. Is this what should happen? How many records are to be expected?

Thank you