Having mandatory and optional Columns #203
Locked
bhelemilan
started this conversation in
Ideas
Replies: 2 comments
-
sounds a good idea @bhelemilan! , we can consider to have it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
with 3.1.2, we are able to use optional columns feature @bhelemilan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With namedHeaderMandatory option set to true, if we use @ExcelCellName annotation, the field is mapped to respective column in excel sheet and becomes a mandatory.
Can it be extended to have some optional columns?
Example: An Excel sheet has 10 columns out of which 8 are mandatory and 2 to be optional. That means, we should be able to parse excel sheet with only 8 mandatory columns and with/without other 2 optional columns.
Beta Was this translation helpful? Give feedback.
All reactions