Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom null values in CSV record reader #9318

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

KKcorps
Copy link
Contributor

@KKcorps KKcorps commented Sep 1, 2022

Currently, we assume nulls as empty in CSV files. However, people can have custom null values such as string NULL, null, None etc. The option is already supported in Apache Commons CSV Format. The PR just exposes this option to the user via CSVRecordReaderConfig

@KKcorps KKcorps merged commit 04c5a1a into apache:master Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants