Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix subsetting on string variables with newlines #23

Open
dmgaldi opened this issue Apr 29, 2024 · 0 comments
Open

Fix subsetting on string variables with newlines #23

dmgaldi opened this issue Apr 29, 2024 · 0 comments
Assignees

Comments

@dmgaldi
Copy link
Contributor

dmgaldi commented Apr 29, 2024

Overview

Example

OBI_0001622 has newlines in the megastudy which breaks the CSV parser in merging component.

{
    "studyId": "VBP_MEGA",
    "derivedVariables": [],
    "filters": [],
    "entityId": "GAZ_00000448",
    "outputVariables": [
        {
            "entityId": "GAZ_00000448",
            "variableId": "EUPATH_0043203"
        },
        {
            "entityId": "GAZ_00000448",
            "variableId": "OBI_0001620"
        },
        {
            "entityId": "GAZ_00000448",
            "variableId": "OBI_0001621"
        },
        {
            "entityId": "EUPATH_0000605",
            "variableId": "OBI_0001622"
        }
    ]
}
@dmgaldi dmgaldi self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant