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
Consider omitting attribute components that have quality issues in the data. For example, an attribute value in the data might use a text description of a code instead of a its identifier:
whereas it should be like:
Or there is simply a mismatch between the data and metadata.
These issues are better fixed at the source (and I'm reporting them), however, for the time being it might be better to provide a way to omit them in the results. Obviously precision will be lost but probably better than leaving inaccurate information.
Possible approaches (ordered from easiest to difficult):
Offer a config option to omit attributes with a certain @conceptRef
Leave everything as is in KeyFamily, but omit the values that have whitespaces (note: is this safe in general for attributes?) in GenericData
Omit the component in KeyFamily and the value in GenericData.
Kids, don't manipulate other people's data without parental guidance.
The text was updated successfully, but these errors were encountered:
Consider omitting attribute components that have quality issues in the data. For example, an attribute value in the data might use a text description of a code instead of a its identifier:
whereas it should be like:
Or there is simply a mismatch between the data and metadata.
These issues are better fixed at the source (and I'm reporting them), however, for the time being it might be better to provide a way to omit them in the results. Obviously precision will be lost but probably better than leaving inaccurate information.
Possible approaches (ordered from easiest to difficult):
Kids, don't manipulate other people's data without parental guidance.
The text was updated successfully, but these errors were encountered: