Skip to content

Commit

Permalink
exporter.ndjson.export = false
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Aug 15, 2023
1 parent d1f9890 commit 6783c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/synthea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ exporter.practitioner.fhir_dstu2.export = false
exporter.encoding = UTF-8
exporter.json.export = false
exporter.json.include_module_history = false
exporter.ndjson.export = true
exporter.ndjson.export = false
exporter.csv.export = false
exporter.ndjson.export = true

# if exporter.csv.append_mode = true, then each run will add new data to any existing CSVs. if false, each run will clear out the files and start fresh
exporter.csv.append_mode = false
# if exporter.csv.folder_per_run = true, then each run will have CSVs placed into a unique subfolder. if false, each run will only use the top-level csv folder
Expand Down

0 comments on commit 6783c01

Please sign in to comment.