Skip to content

Commit

Permalink
ajoute un header dans le fichier filter-siren
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Squelbut committed Mar 4, 2024
1 parent c4d6518 commit e189832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prepareimport/prepareimport.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ func createFilterFromEffectifAndSirene(filterFilePath string, effectifFilePath s
return errors.New("about to overwrite existing filter file: " + filterFilePath)
}
filterWriter, err := os.Create(filterFilePath)
// ce header est nécessaire pour la ds
fmt.Fprintln(filterWriter, "siren")

if err != nil {
return err
}
Expand Down

0 comments on commit e189832

Please sign in to comment.