csv export doesn't work with UK demographics example #1130
-
I managed to get the "Other Areas" example running with the respective UK files. However, if I want to export data in the csv-format (exporter.csv.export = true), I get the following error: java.lang.ExceptionInInitializerError Do you have any idea how to solve this? Thank you so much for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your Not sure when this was added, but apparently it did not come with a default value in the code. For example, exporter.encoding = UTF-8 I'm going to create an issue, because this is a bug. |
Beta Was this translation helpful? Give feedback.
Your
synthea.properties
file needs to have a charset specified inexporter.encoding
.Not sure when this was added, but apparently it did not come with a default value in the code.
For example,
exporter.encoding = UTF-8
I'm going to create an issue, because this is a bug.