I am looking at using Filehelpers for parsing a CSV file. However, I need to reject entries that have missing values. This does not seem to be in the documentation which mentions only Nullable and FieldNullValue attributes which don't reject the entire row.
Is this possible with filehelpers?
You can use the
[FieldNotEmpty()]attribute. Here is a working example: