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

Return emptiness instead of null in TSV/CSVs #708

Closed
chaoran-chen opened this issue Mar 21, 2024 · 0 comments · Fixed by #724
Closed

Return emptiness instead of null in TSV/CSVs #708

chaoran-chen opened this issue Mar 21, 2024 · 0 comments · Fixed by #724
Assignees
Labels
bug Something isn't working

Comments

@chaoran-chen
Copy link
Member

@corneliusroemer found that in TSV files, the string null is provided if a value is null. That's only right for JSON (where we really have a null value) but in CSVs and TSVs, if a value is unknown, the field should simply be left empty.

@chaoran-chen chaoran-chen added the bug Something isn't working label Mar 21, 2024
@fengelniederhammer fengelniederhammer self-assigned this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants