Ajout données
This commit is contained in:
parent
ee7501b5b5
commit
ede1ffdaa5
@ -158,6 +158,8 @@ $tabDico = array(
|
||||
'insDU' => '',
|
||||
'insTU' => '',
|
||||
'insUU' => '',
|
||||
'insMMINTRET' => '',
|
||||
'insMMINTREN' => '',
|
||||
'insRECME' => '',
|
||||
'insEAEANT' => '',
|
||||
'insEAEAPET' => '',
|
||||
@ -173,6 +175,19 @@ $tabDico = array(
|
||||
),
|
||||
'where' => ' WHERE insSIREN=$siren AND insNIC=$nicV',
|
||||
),
|
||||
'notice80' => array(
|
||||
'db' => 'insee.notice80',
|
||||
'cle' => array(
|
||||
'insL1_nomen' => '',
|
||||
'insL2_ComP' => '',
|
||||
'insL3_cadr' => '',
|
||||
'insL4_VOIE' => '',
|
||||
'insL5_disp' => '',
|
||||
'insL6_post' => '',
|
||||
'insL7_ETRG' => '',
|
||||
),
|
||||
'where' => ' WHERE insSIRET=$siren AND insNIC=$nicV',
|
||||
),
|
||||
'rncs_entrep' => array(
|
||||
'db' => 'jo.rncs_entrep',
|
||||
'cle' => array(
|
||||
|
@ -171,7 +171,7 @@ class Enrichissement
|
||||
'lib' => "Insee : ACTIVNAT"
|
||||
),
|
||||
'ORIGINE' => array(
|
||||
'lib' => "Insee : Origine de création"
|
||||
'lib' => "Insee : Origine de création de l'établissement"
|
||||
),
|
||||
'MODET' => array(
|
||||
'lib' => "Insee : MODET"
|
||||
@ -299,6 +299,12 @@ class Enrichissement
|
||||
'insUU' => array(
|
||||
'lib' => "Insee : UU"
|
||||
),
|
||||
'insMMINTRET' => array(
|
||||
'lib' => "Insee : MMINTRET",
|
||||
),
|
||||
'insMMINTREN' => array(
|
||||
'lib' => "Insee : MMINTREN",
|
||||
),
|
||||
'insRECME' => array(
|
||||
'lib' => "Insee : RCEM"
|
||||
),
|
||||
@ -338,7 +344,27 @@ class Enrichissement
|
||||
'NBETEXPL' => array(
|
||||
'lib' => "Insee : Nombre d'établissement exploitant actif"
|
||||
),
|
||||
|
||||
'insL1_nomen' => array(
|
||||
'lib' => "Insee : insL1_nomen"
|
||||
),
|
||||
'insL2_ComP' => array(
|
||||
'lib' => "Insee : insL2_ComP"
|
||||
),
|
||||
'insL3_cadr' => array(
|
||||
'lib' => "Insee : insL3_cadr"
|
||||
),
|
||||
'insL4_VOIE' => array(
|
||||
'lib' => "Insee : insL4_VOIE"
|
||||
),
|
||||
'insL5_disp' => array(
|
||||
'lib' => "Insee : insL5_disp"
|
||||
),
|
||||
'insL6_post' => array(
|
||||
'lib' => "Insee : insL6_post"
|
||||
),
|
||||
'insL7_ETRG' => array(
|
||||
'lib' => "Insee : insL7_ETRG"
|
||||
),
|
||||
'entActiveRncs' => array(
|
||||
'lib' => "RNCS : Actif - Entreprise"
|
||||
),
|
||||
@ -444,10 +470,9 @@ class Enrichissement
|
||||
'situationJuridique'=> array(),
|
||||
'indiScore'=> array(
|
||||
'lib' => 'SD : indiScore',
|
||||
|
||||
),
|
||||
'AdresseNormalise' => array(
|
||||
'lib' => 'INSEE : AdresseNormalise',
|
||||
'lib' => 'AdresseNormalise',
|
||||
'columns' => array(
|
||||
'AdresseL1_NOM' => '',
|
||||
'AdresseL2_NOM2' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user