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

bidder-data CSV Generation Issue with multiformat_supported Column #5871

Open
osazos opened this issue Feb 12, 2025 · 0 comments · May be fixed by #5872
Open

bidder-data CSV Generation Issue with multiformat_supported Column #5871

osazos opened this issue Feb 12, 2025 · 0 comments · May be fixed by #5872

Comments

@osazos
Copy link
Contributor

osazos commented Feb 12, 2025

The current implementation of the CSV generation layout in Jekyll can result in a broken CSV structure when the multiformat_supported column contains commas. This is because commas within the field are interpreted as delimiters, leading to incorrect parsing of the CSV file.

Proposed Solution:

Wrap the content of the multiformat_supported column in double quotes to ensure that any commas within the field are treated as part of the field value.

Ask maintainers to fix their .md files with a single choice to ensure data integrity:

Update of the part of the Jekyll layout to quickly fix and avoid potential unintentional c/c

{% if page.multiformat_supported %}"{{ page.multiformat_supported }}"{% else %}check with bidder{% endif %}
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

Successfully merging a pull request may close this issue.

1 participant