Skip to content

[clinical] Some NLST dictionaries are not parsed correctly #122

@fedorov

Description

@fedorov

Specifically, see nlst_ctab sct_ab_desc column. Looks like "=" is used as a separator, and it is not considered that "=" may be encountered more than once.

This is what it is in the dictionary rtf:
Image

Our table has this instead

SELECT
  *
FROM
  `bigquery-public-data.idc_current_clinical.column_metadata`
WHERE
  collection_id = "nlst"
  AND `column`="sct_ab_desc"

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions