Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
You would first need to read the data in using the Excel File node for XLS, XLSX or using the CSV or Delimited File node for the CSV file.
For fixed width files, you would use the Fixed Format node.
Once the data has been read into the LAE, you should then just be able to pass it through a filter node, and use the brainscript isNull operators on the various fields to see if the required fields are present.
See the brainscript help on the isNull operator for more information.
Tim.