Ajout dateImmage dans le fichier de sortie

This commit is contained in:
Michael RICOIS 2015-01-27 15:00:26 +00:00
parent 968c09ef33
commit 049d4b8885

View File

@ -107,7 +107,11 @@ class Scores_Ciblage_Extract
'column' => 'dateCrea_ent',
'sql' => "IF(dateCrea_ent = 0,'',CONCAT_WS('-',SUBSTRING(dateCrea_ent,0,4),SUBSTRING(dateCrea_ent,4,2),SUBSTRING(dateCrea_ent,6,2))) AS dateCrea_ent",
),
//dateImmat => A mettre
'dateimmat' => array(
'label' => "Date d'immatriculation de l'entreprise",
'column' => 'dateImmat',
'sql' => "IF(dateImmat = 0,'',CONCAT_WS('-',SUBSTRING(dateImmat,0,4),SUBSTRING(dateImmat,4,2),SUBSTRING(dateImmat,6,2))) AS dateImmat",
),
'cj' => array(
'label' => "Code Forme juridique",
'column' => 'cj',