Back to problems

Verify Business Records by Required Fields

Algorithm · Stripe · Easy

Business Record Validation Easy · Topics · Company Tags · Hints A system processes a list of business records. Each record contains four fields in this order: name, website, short_code, and description. The fields are separated by a single tab character. An empty field is indicated by two consecutive tabs or by a leading/trailing tab on the line. The validation rules are: If name is empty (i.e., an empty string), the record is immediately considered verified – no other…

Checking your access…