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

Optional Columns #99

Open
roman-kern-dev opened this issue Oct 7, 2024 · 0 comments
Open

Optional Columns #99

roman-kern-dev opened this issue Oct 7, 2024 · 0 comments

Comments

@roman-kern-dev
Copy link

roman-kern-dev commented Oct 7, 2024

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

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

No branches or pull requests

1 participant