Skip to content

Commit

Permalink
csv: Add option to specify custom null values (#4795)
Browse files Browse the repository at this point in the history
* csv: Add option to specify custom null regex

Can specify custom strings as `NULL` values for CSVs as a regular
expression. This allows reading a CSV files which have placeholders for
NULL values instead of empty strings.

Fixes #4794

Signed-off-by: Vaibhav <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: Vaibhav <[email protected]>
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
vrongmeal and tustvold authored Sep 13, 2023
1 parent 77455d4 commit 2075cd1
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 29 deletions.
Loading

0 comments on commit 2075cd1

Please sign in to comment.