$options['where']='SIREN LIKE \''.$num.'%\' AND SOURCE_ID = (SELECT id FROM source WHERE code = \'OSE\')';
$options['soft-delete']=true;
$options['where']='SIREN LIKE \''.$num.'%\' AND SOURCE_ID = (SELECT id FROM source WHERE code = \'OSE\') AND SIREN NOT IN (\'999999999\', \'000000000000\')';
$options['soft-delete']=false;
}
$i++;
$tableEmployeur->merge($datas,'SIREN',$options);
if(!$haveAlreadySiret){
$c->println('Migration avec ajouts des SIRET des entreprises');