Skip to content

Commit

Permalink
Fixed reading data in RStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Nov 29, 2024
1 parent 75431a4 commit 738c96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/surveyRdb/manager/surveyRdbCsvExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const getCsvObjectTransformer = ({
transformers.push(getCsvObjectTransformerExpandCategoryItems({ survey, query }))
}
if (nullsToEmpty) {
transformers.push(getCsvObjectTransformerNullsToEmpty)
transformers.push(getCsvObjectTransformerNullsToEmpty())
}
if (keepFileNamesUnique) {
const { transformer } = getCsvObjectTransformerUniqueFileNames({
Expand Down

0 comments on commit 738c96d

Please sign in to comment.