Parse Delimited
Hi,
I am using a Parse-Delimited rule to parse a .csv file. In the "Parsing Details" section of the rule form, I have made some fields as required by checking the "Required" checkbox. However, even if the values for some of the required fileds are not provided in the file, I do not see any error while Parsing the document. Is there any way to enforce required field validation and throw error if the fields marked required are NULL or empty in the input file?