Data Driven Testing - Assertion in CSV field

I am doing data driven testing with Postman. And i am updating the expected results in the csv data file itself along with the input data. For a particular field, among the total of 10 iterations 7 iterations have values and i have updated them and remaining 3 do not have any values so left it blank. But when we run the request it fails for the 3 iterations where the value is blank since the field itself not displayed in the response for those three iterations since there is no value of that field. What kind of approach can be done to have this validated in same request and expected results to be updated with same input csv file? Does anyone have solution of this?