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
It would be easier to use if it was represented as a list of strings. ex: [ "12460918", "23833300", "12068308", "12460919", "21483012", "19010912", "22649091", "19238210" ]
when looking at docm data https://myvariant.info/v1/query?q=_exists_:%22docm.pubmed_id%22&field=docm, the pubmed_id value is sometimes a list represented as a string. it appears to be ", "-delimited (both a comma AND a space).
It would be easier to use if it was represented as a list of strings. ex:
[ "12460918", "23833300", "12068308", "12460919", "21483012", "19010912", "22649091", "19238210" ]
One example
EDIT: there are other fields that are also a little tricky to parse:
null
null
(rather than not having the field when there's no value)The text was updated successfully, but these errors were encountered: