Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csv: Add option to specify custom null values (#4795)
* 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 <vrongmeal@gmail.com> * Apply suggestions from code review --------- Signed-off-by: Vaibhav <vrongmeal@gmail.com> Co-authored-by: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com>
- Loading branch information