Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parser = &ellisphereParser{}
Parser fournit une instance utilisable par ParseFilesFromBatch.
Functions ¶
This section is empty.
Types ¶
type Ellisphere ¶
type Ellisphere struct { Siren string `xlsx:"14" json:"-" bson:"-"` // colonne: "FIL SIREN 9" CodeGroupe string `xlsx:"0" json:"code_groupe,omitempty" bson:"code_groupe,omitempty"` // colonne: "GRP Code" SirenGroupe string `xlsx:"2" json:"siren_groupe,omitempty" bson:"siren_groupe,omitempty"` // colonne: "GRP SIREN 9" RefIDGroupe string `xlsx:"3" json:"refid_groupe,omitempty" bson:"refid_groupe,omitempty"` // colonne: "GRP RefID" RaisocGroupe string `xlsx:"4" json:"raison_sociale_groupe,omitempty" bson:"raison_sociale_groupe,omitempty"` // colonne: "GRP Raison Sociale" AdresseGroupe string `xlsx:"5" json:"adresse_groupe,omitempty" bson:"adresse_groupe,omitempty"` // colonne: "GRP Adresse" PersonnePouMGroupe string `xlsx:"1" json:"personne_pou_m_groupe,omitempty" bson:"personne_pou_m_groupe,omitempty"` // colonne: "GRP Personne PouM" NiveauDetention int `xlsx:"9" json:"niveau_detention,omitempty" bson:"niveau_detention,omitempty"` // colonne: "Niveau de détention" PartFinanciere float64 `xlsx:"10" json:"part_financiere,omitempty" bson:"part_financiere,omitempty"` // colonne: "% Financier" CodeFiliere string `xlsx:"12" json:"code_filiere,omitempty" bson:"code_filiere,omitempty"` // colonne: "FIL Code" RefIDFiliere string `xlsx:"15" json:"refid_filiere,omitempty" bson:"refid_filiere,omitempty"` // colonne: "FIL RefID" PersonnePouMFiliere string `xlsx:"13" json:"personne_pou_m_filiere,omitempty" bson:"personne_pou_m_filiere,omitempty"` // colonne: "FIL Personne PouM" }
Ellisphere informations groupe pour une entreprise"
Click to show internal directories.
Click to hide internal directories.