a flat file with a field value null, e.g.
Title,Name,,Address
In the example the 3rd filed is null, i want this file to fail the validation against Schema, but it still pass through and not suspended even if the "Min Occurs" for this field is set to 1.
Then i found out the Min Occurs is not checking for full, it's just check the field is there or not…..
How should i do to make a field become a required one and suspend the file if the field is null?