Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csv): fix #5279 always force subject to be a string
When performing a str_replace, subject should always be a string. If passing a non-existent column or empty column, subject may be null This ensure str_replace is called when subject is actually a string (not NULL)
- Loading branch information