Object(
"Full Name", thisRow.[First & Last Name],
"Email", thisRow.[Email address],
"Job Title", thisRow.Title,
"Company Name", thisRow.[Company Name],
"Phone Number", thisRow.[Contact number],
"Website", thisRow.[Company URL],
"Tag", If(thisRow.Newsletter, "Book Updates Newsletter", "")
)