Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1272 | CSV converter | concept retired data…
Browse files Browse the repository at this point in the history
…type bool
  • Loading branch information
snyaggarwal committed Apr 8, 2022
1 parent 24e3fce commit a1194d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocldev/oclcsvtojsonconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ class OclStandardCsvToJsonConverter(OclCsvToJsonConverter):
'__trigger_value': oclconstants.OclConstants.RESOURCE_TYPE_CONCEPT,
'skip_if_empty_column': 'id',
OclCsvToJsonConverter.DEF_CORE_FIELDS: [
{'resource_field': 'retired', 'column': 'retired', 'required': False},
{'resource_field': 'retired', 'column': 'retired', 'required': False, 'datatype': 'bool'},
{'resource_field': 'external_id', 'column': 'external_id', 'required': False},
{'resource_field': 'concept_class', 'column': 'concept_class'},
{'resource_field': 'parent_concept_urls', 'column': 'parent_concept_urls',
Expand Down

0 comments on commit a1194d5

Please sign in to comment.