We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef319f + 9258212 commit ce8123cCopy full SHA for ce8123c
README.md
@@ -48,7 +48,7 @@ Each extractor exposes an asynchronous `get` function that will return a bundle
48
const { CSVCancerDiseaseStatusExtractor, logger} = require('mcode-extraction-framework');
49
50
// Instantiate extractor with base URL and any additional request headers
51
-const cancerDiseaseStatusExtractor = new CSVCancerDiseaseStatusExtractor('path-to-csv');
+const cancerDiseaseStatusExtractor = new CSVCancerDiseaseStatusExtractor({ filePath: 'path-to-csv' });
52
53
(async () => {
54
logger.info('Extracting primary disease status data');
0 commit comments