Closed tlecarrour-ee closed 1 year ago
Hi @tlecarrour-ee ! I believe I know the root cause of this and a fix will be shipped in the upcoming v2.2 release: https://github.com/OHDSI/DataQualityDashboard/pull/432. There's an invisible character in some of the threshold csv files that causes these errors on some operating systems.
In the short term, you can try downloading the fixed csv file from our develop branch here and replacing your local one with the new file. Alternatively, if you've made modifications to your csv locally and don't want to overwrite it, you can remove the invisible character yourself. Here are instructions for doing so using VSCode: https://pinter.org/archives/9915. If you don't use VSCode you can Google "remove BOM from csv file" to find lots of other methods :)
Hi @katy-sadowski Thanks for your reply! I've updated the file and started DQD. I'll you keep you posted!
It worked! Thanks @katy-sadowski.
Updated DQD version should resolve this issue moving forward.
When I run DQD v2.1.2 against a PostgreSQL CDM, I don't get any
.json
result file, but 3 error files:The first one contains:
The log file contains a lot (thousands) of identical messages and ends with:
To disable them, I had to remove the 3 lines matching the
conceptId
fromOMOP_CDMv5.4_Concept_Level.csv
.Am I doing something wrong?