Skip to content

Commit 096af8d

Browse files
author
Matthew Gramigna
committed
re-add bom flag
1 parent b692478 commit 096af8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/appUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function parsePatientIds(pathToCSV) {
1313
const patientIdsCsvPath = path.resolve(pathToCSV);
1414
const patientIds = parse(fs.readFileSync(patientIdsCsvPath, 'utf8'), {
1515
columns: true,
16+
bom: true,
1617
}).map((row) => {
1718
if (!row.mrn) {
1819
throw new Error(`${pathToCSV} has no "mrn" column`);

0 commit comments

Comments
 (0)