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.
1 parent 39ac9e2 commit 98c5b37Copy full SHA for 98c5b37
config/csv.config.example.json
@@ -13,17 +13,17 @@
13
},
14
"extractors": [
15
{
16
- "label": "condition",
17
- "type": "CSVConditionExtractor",
+ "label": "patient",
+ "type": "CSVPatientExtractor",
18
"constructorArgs": {
19
- "filePath": "./data/condition-information.csv"
+ "filePath": "./data/patient-information.csv"
20
}
21
22
23
- "label": "patient",
24
- "type": "CSVPatientExtractor",
+ "label": "condition",
+ "type": "CSVConditionExtractor",
25
26
- "filePath": "./data/patient-information.csv"
+ "filePath": "./data/condition-information.csv"
27
28
29
0 commit comments