Skip to content

Commit

Permalink
CSV writer improvements (deephaven#5604)
Browse files Browse the repository at this point in the history
* Change CSV writing code to use chunk-based reading code and stop allocating boxed primitives

* Correct some trivial warnings

* Fix column header separator-escaping bug

* Insist on terminating CSV files with a line separator

* Expand tests to cover Booleans, '0' as a delimiter, and `nullAsEmpty`
  • Loading branch information
rcaudy authored Jun 12, 2024
1 parent 61f5a7a commit bf2fdec
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 114 deletions.
Loading

0 comments on commit bf2fdec

Please sign in to comment.