customer_contact_email = FieldDefinition("email", "string", MatchType.DONT_USE)
mobile_number = FieldDefinition("phone_number", "string", MatchType.DONT_USE)
customer_fullname = FieldDefinition("full_name", "string", MatchType.FUZZY)
city = FieldDefinition("city", "string", MatchType.FUZZY)
state = FieldDefinition("state", "string", MatchType.FUZZY)
zipcode = FieldDefinition("zipcode", "string", MatchType.FUZZY)
Vertical_name = FieldDefinition("Vertical_name", "string", MatchType.DONT_USE)