Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io.metadata: Fix newline handling when reading CSV/TSV
The csv module very clearly documents¹ that the "newline" parameter should be set to the empty string so that the csv module can itself do proper embedded newline handling. Follow that recommendation. This change shouldn't affect existing inputs that worked fine but now allows inputs with embedded newlines in fields. The previously-added failing test now passes. ¹ <https://docs.python.org/3/library/csv.html#id4>
- Loading branch information