-
Notifications
You must be signed in to change notification settings - Fork 11
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
ingest: fix csvtk quotes #58
Conversation
The automated ingest workflow failed with a csvtk quoting error.¹ Following nextstrain/docker-base#209, we can now use `csvtk fix-quotes` and `csvtk del-quotes` to work around the quoting issue. ¹ https://github.com/nextstrain/zika/actions/runs/8926866948/job/24518932039#step:8:139
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me
The error was caused by a new zika record that had internal quotes in the
I confirmed locally that the output for
The final produced metadata.tsv has double quoting in the
|
Merging to get our ingest going again, but I'll loop back to the |
Manually triggered ingest-to-phylogenetic |
We can now use `csvtk fix-quotes` and `csvtk del-quotes` to work around quoting issues (e.g. internal quotes in the submitter.affiliation). Copied commit from Zika repo: * nextstrain/zika#58
The automated ingest workflow failed with a csvtk quoting error.¹ Following nextstrain/docker-base#209, we can now use
csvtk fix-quotes
andcsvtk del-quotes
to work around the quoting issue.¹ https://github.com/nextstrain/zika/actions/runs/8926866948/job/24518932039#step:8:139
Checklist