Skip to content

Commit

Permalink
Fix quotation if data-fields.csv
Browse files Browse the repository at this point in the history
Signed-off-by: Tims777 <[email protected]>
  • Loading branch information
Tims777 committed Feb 6, 2024
1 parent a67b755 commit cd466ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/data-fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ First Name,string,First name of the lead,Lead data,-,Mustername
Company / Account,string,Company name of the lead,Lead data,-,Mustercompany
Phone,string,Phone number of the lead,Lead data,-,49 1234 56789
Email,string,Email of the lead,Lead data,-,[email protected]
domain,string,"The domain of the email is the part that follows the "@" symbol, indicating the organization or service hosting the email address.",processing,Email,example.com
domain,string,"The domain of the email is the part that follows the ""@"" symbol, indicating the organization or service hosting the email address.",processing,Email,example.com
email_valid,boolean,Checks if the email is valid.,email_validator package,Email,True/False
first_name_in_account,boolean,Checks if first name is written in "Account" input,processing,First Name,True/False
last_name_in_account,boolean,Checks if last name is written in "Account" input,processing,Last Name,True/False
Expand Down

0 comments on commit cd466ac

Please sign in to comment.