diff --git a/test/dbf-zip.load b/test/dbf-zip.load index bc6efba..9ec7223 100644 --- a/test/dbf-zip.load +++ b/test/dbf-zip.load @@ -1,5 +1,6 @@ LOAD DBF - FROM http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/historiq2013.zip + -- FROM http://www.insee.fr/fr/methodes/nomenclatures/cog/telechargement/2013/dbf/historiq2013.zip + FROM https://www.insee.fr/fr/statistiques/fichier/2114819/france2016-dbf.zip + with encoding cp850 INTO postgresql:///pgloader - WITH truncate, create table - SET client_encoding TO 'latin1'; + WITH truncate, create table;