File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- const logger = require ( '../helpers/logger' ) ;
2
1
const { Extractor } = require ( './Extractor' ) ;
3
2
const { CSVFileModule, CSVURLModule } = require ( '../modules' ) ;
4
3
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class CSVPatientExtractor extends BaseCSVExtractor {
60
60
super ( {
61
61
filePath,
62
62
url,
63
- // csvSchema: CSVPatientSchema,
63
+ csvSchema : CSVPatientSchema ,
64
64
unalterableColumns,
65
65
} ) ;
66
66
this . mask = mask ;
Original file line number Diff line number Diff line change 1
- const { normalizeEmptyValues, stringNormalizer } = require ( '../../src/helpers/csvParsingUtils.js' ) ;
1
+ const { normalizeEmptyValues } = require ( '../../src/helpers/csvParsingUtils.js' ) ;
2
2
3
3
describe ( 'csvParsingUtils' , ( ) => {
4
4
describe ( 'normalizeEmptyValues' , ( ) => {
You can’t perform that action at this time.
0 commit comments