We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello together,
it is possible to create a optional column, which will be ignored, if no value is provided?
for example, if I have entries like
column 1 | column 2 | column 3 column 1 | column 2
the reader run into the record error with the exception
The record did not have the number of columns specified in the schema. Record 2.
I have already unsuccessfully tried with Nullable and Default Value.
Maybe you can provide Optional(true|false) method to the PropertyMapping
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello together,
it is possible to create a optional column, which will be ignored, if no value is provided?
for example, if I have entries like
column 1 | column 2 | column 3
column 1 | column 2
the reader run into the record error with the exception
I have already unsuccessfully tried with Nullable and Default Value.
Maybe you can provide Optional(true|false) method to the PropertyMapping
The text was updated successfully, but these errors were encountered: