Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
'carfeful' - conservative and only merge if no discernable risk of dataloss'normal' - take a typical approach ie allow "Doug" into "Douglas" etc'forced' - merge contact regardless of apparent data inconsistencies
the big challenge would be now to figure out an easy way to create contacts with a fair amount of info spread across multiple tableslobo
require_once 'CRM/Core/Transaction.php'; $transaction = new CRM_Core_Transaction( ); foreach ($sqls as $sql) { CRM_Core_DAO::executeQuery( $sql, CRM_Core_DAO::$_nullArray, true, null, true ); } $transaction->commit( ); }