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
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
CDM quadruple quotes quotes in TSV export, rather than double quotes, resulting in double quotes in browse text.
how to fix:
find&replace in metadata files """" with "" (this would make sure the metadata is actually a valid CSV)
add liquid | replace: '""','"' everywhere (which fixes it without fixing metadata, but is kind of a pain because it could be anywhere in the data, used everywhere in the site)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CDM quadruple quotes quotes in TSV export, rather than double quotes, resulting in double quotes in browse text.
how to fix:
""""
with""
(this would make sure the metadata is actually a valid CSV)| replace: '""','"'
everywhere (which fixes it without fixing metadata, but is kind of a pain because it could be anywhere in the data, used everywhere in the site)The text was updated successfully, but these errors were encountered: