Skip to content

Commit 031e8fa

Browse files
committed
Clarifications in readme and example config
1 parent dce2f31 commit 031e8fa

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ The mCODE Extraction Framework uses the node `csv-parse` library to parse specif
213213
},
214214
```
215215

216+
**Note:** The mCODE Extraction Framework enables the `bom`, `skip_empty_lines`, and `skip_lines_with_empty_values` options by default, including these options in the configuration file will cause these default options to be overwritten.
217+
216218
## Terminology and Architecture
217219

218220
This framework consists of three key components: Extractors, Modules and Templates. Below is, in order:

config/csv.config.example.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
22
"patientIdCsvPath": "Users/YourAccount/absolute/path/to/patient-mrns.csv",
33
"commonExtractorArgs": {
4-
"dataDirectory": "Users/YourAccount/absolute/path/to/data/directory",
5-
"csvParse": {
6-
"options": {
7-
"bom": true
8-
}
9-
}
4+
"dataDirectory": "Users/YourAccount/absolute/path/to/data/directory"
105
},
116
"notificationInfo": {
127
"host": "smtp.example.com",

0 commit comments

Comments
 (0)