Skip to content

Commit 98c5b37

Browse files
Dtphelan1jafeltra
authored andcommitted
udpating order of extractors
1 parent 39ac9e2 commit 98c5b37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/csv.config.example.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"extractors": [
1515
{
16-
"label": "condition",
17-
"type": "CSVConditionExtractor",
16+
"label": "patient",
17+
"type": "CSVPatientExtractor",
1818
"constructorArgs": {
19-
"filePath": "./data/condition-information.csv"
19+
"filePath": "./data/patient-information.csv"
2020
}
2121
},
2222
{
23-
"label": "patient",
24-
"type": "CSVPatientExtractor",
23+
"label": "condition",
24+
"type": "CSVConditionExtractor",
2525
"constructorArgs": {
26-
"filePath": "./data/patient-information.csv"
26+
"filePath": "./data/condition-information.csv"
2727
}
2828
},
2929
{

0 commit comments

Comments
 (0)