You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request to all people writing MDF files, if you have example entries in the MDF file, please comment it out so that someone parsing the file doesn't trip over it. For example, in the CTDC main branch has three entries that are clearly there for reference: property_1: Desc: text Term: - Origin: caDSR Code: 'code/ID' Value: Data Element Name Src: value Type: integer Req: 'Yes' property_2: Desc: text Src: value Type: datetime Req: 'No' property_3: Desc: text Src: value Enum: - 'Yes' - 'No' Req: Preferred
But since they are not commented out, I have to explicitly handle them in scripts so that they aren't treated like valid entries.
The text was updated successfully, but these errors were encountered:
A request to all people writing MDF files, if you have example entries in the MDF file, please comment it out so that someone parsing the file doesn't trip over it. For example, in the CTDC main branch has three entries that are clearly there for reference:
property_1: Desc: text Term: - Origin: caDSR Code: 'code/ID' Value: Data Element Name Src: value Type: integer Req: 'Yes' property_2: Desc: text Src: value Type: datetime Req: 'No' property_3: Desc: text Src: value Enum: - 'Yes' - 'No' Req: Preferred
But since they are not commented out, I have to explicitly handle them in scripts so that they aren't treated like valid entries.
The text was updated successfully, but these errors were encountered: