ContactsImport
ContactsImport PHP Methods
static cleanUpload($upload) v5
Clean upload CSV list by removing extra lines / spaces etc
PARAMETERS:
$upload = string, Contacts CSV content
RETURN VALUE:
string = Contacts CSV content after cleaning it upstatic function getColumnCleanTitle(string $columnTitle) v5
Filter import file columns
PARAMETERS:
$columnTitle = string, column title
RETURN VALUE:
string = Column title after filteringstatic getMembershipQuery(\WMT\Container $container) v5
Get SQL statement query to load members list (to assign the uploaded contacts to)
PARAMETERS:
$container = object
RETURN VALUE:
string = SQL statement query to load members listContactsImport PHP Variables
🔎︎ %l4610%