Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import_geiq: cast the SIRET to integer before casting to string
In the XLS, the SIRET can be of type float. When casted to string, trailing `.0`s appear. Casting to int before str prevents this.
- Loading branch information