Skip to content

Commit

Permalink
Fixed reading data in RStudio (#3674)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Ricci <[email protected]>
  • Loading branch information
SteRiccio and SteRiccio authored Nov 29, 2024
1 parent 75431a4 commit 39611ac
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 39611ac

Please sign in to comment.