Incohérences entre les messages d'erreur de Validata UI et Validata API/Core
Description
Lors de la validation d'un fichier avec Validata UI, le message d'erreur est différent de celui renvoyé par Validata API et Validata Core (CLI).
Exemple
Fichier à valider : bnlc-_88.csv Schéma : Schéma des lieux de covoiturage
Validata UI
Avec la version en prod (validata-ui==0.6.12) mais résultat identique avec dernière version en local (validata-ui==0.7.4) :
Validata API
Avec la version en prod (validata-api==0.6.4) :
Validata Core
Avec validata-core==0.9.6 :
validata bnlc-__88_.csv --schema https://github.com/etalab/lieux-covoiturage/raw/v0.2.7/schema.json --ignore_header_case
/usr/local/lib/python3.9/site-packages/frictionless/actions/validate.py:207: UserWarning: Function "validate_resource" is deprecated (use "resource.validate").
warnings.warn(message, UserWarning)
{
"date": "2023-03-30T16:06:05.337202+00:00",
"errors": [],
"stats": {
"errors": 1,
"tasks": 1
},
"tasks": [
{
"errors": [
{
"code": "schema-error",
"description": "Provided schema is not valid.",
"message": "Schema is not valid: primary key \"['id_lieu']\" does not match the fields \"['2A004-C-001,,A Confina,Lieu-dit Stagnacciu (Croisement RT22 - RD31),AJACCIO,2A004,Supermarché,2019-08-28,true,\"539830349\",8.783403,41.9523692,\"0\",\"0\",,24-7,Prive,true,transport : Bus Muvistrada (2)']\"",
"name": "Schema Error",
"note": "primary key \"['id_lieu']\" does not match the fields \"['2A004-C-001,,A Confina,Lieu-dit Stagnacciu (Croisement RT22 - RD31),AJACCIO,2A004,Supermarché,2019-08-28,true,\"539830349\",8.783403,41.9523692,\"0\",\"0\",,24-7,Prive,true,transport : Bus Muvistrada (2)']\"",
"tags": []
}
],
"partial": false,
"resource": {
"encoding": "utf-8",
"format": "csv",
"hashing": "md5",
"layout": {
"headerCase": false,
"headerRows": [
2
],
"limitRows": 100000
},
"name": "bnlc-__88_",
"path": "bnlc-__88_.csv",
"profile": "tabular-data-resource",
"schema": {
"$schema": "https://frictionlessdata.io/schemas/table-schema.json",
"author": "Antoine Augusti pour Etalab",
"contact": "contact@transport.beta.gouv.fr",
"contributors": [
{
"email": "contact@transport.beta.gouv.fr",
"organisation": "transport.data.gouv.fr",
"role": "contributor",
"title": "Miryad Ali et Francis Chabouis"
},
{
"email": "ishan@beta.gouv.fr",
"organisation": "transport.data.gouv.fr",
"role": "contributor",
"title": "Ishan Bhojwani"
},
{
"email": "antoine.augusti@data.gouv.fr",
"organisation": "Etalab",
"role": "contributor",
"title": "Antoine Augusti"
},
{
"email": "loic.hay@gmail.com ",
"organisation": "Open Data France",
"role": "contributor",
"title": "Loïc Hay"
},
{
"email": "sophie.raspail@ct-corse.fr",
"organisation": "Agence d'Aménagement et d'Urbanisme de Corse",
"role": "contributor",
"title": "Sophie Raspail"
},
{
"email": "",
"organisation": "",
"role": "contributor",
"title": "Tristan Roussel"
},
{
"email": "johan.richer@jailbreak.paris",
"organisation": "Jailbreak",
"role": "contributor",
"title": "Johan Richer"
}
],
"countryCode": "FR",
"created": "2019-06-25",
"custom_checks": [
{
"name": "french-siren-value",
"params": {
"column": "source"
}
},
{
"name": "opening-hours-value",
"params": {
"column": "horaires"
}
}
],
"description": "Spécification des lieux permettant le covoiturage",
"example": "https://github.com/etalab/schema-lieux-covoiturage/raw/v0.2.6/exemple-valide.csv",
"fields": [
{
"name": "2A004-C-001,,A Confina,Lieu-dit Stagnacciu (Croisement RT22 - RD31),AJACCIO,2A004,Supermarché,2019-08-28,true,\"539830349\",8.783403,41.9523692,\"0\",\"0\",,24-7,Prive,true,transport : Bus Muvistrada (2)",
"type": "any"
}
],
"homepage": "https://github.com/etalab/schema-lieux-covoiturage",
"keywords": [
"covoiturage",
"transport",
"mobilité"
],
"lastModified": "2022-08-26",
"licenses": [
{
"name": "etalab-2.0",
"path": "https://www.etalab.gouv.fr/licence-ouverte-open-licence",
"title": "Licence Ouverte"
}
],
"missingValues": [
""
],
"primaryKey": "id_lieu",
"resources": [
{
"name": "exemple-valide",
"path": "https://github.com/etalab/schema-lieux-covoiturage/raw/v0.2.2/exemple-valide.csv",
"title": "Ressource valide"
},
{
"name": "exemple-invalide",
"path": "https://github.com/etalab/schema-lieux-covoiturage/raw/v0.2.2/exemple-invalide.csv",
"title": "Ressource invalide"
}
],
"title": "Lieux de covoiturage",
"uri": "https://github.com/etalab/schema-lieux-covoiturage/raw/v0.2.6/schema.json",
"version": "0.2.6"
},
"scheme": "file",
"stats": {
"bytes": 0,
"fields": 1,
"hash": "",
"rows": 0
}
},
"scope": [
"hash-count-error",
"byte-count-error",
"field-count-error",
"row-count-error",
"blank-header",
"extra-label",
"missing-label",
"blank-label",
"duplicate-label",
"incorrect-label",
"blank-row",
"primary-key-error",
"foreign-key-error",
"extra-cell",
"missing-cell",
"type-error",
"constraint-error",
"unique-error"
],
"stats": {
"errors": 1
},
"structure_warnings": [],
"time": 0.055,
"valid": false
}
],
"time": 0.055,
"valid": false,
"version": "4.38.0"
Frictionless
Avec frictionless==4.38 (version actuellement utilisée par validata-core) :
frictionless validate --schema https://github.com/etalab/lieux-covoiturage/raw/v0.2.7/schema.json bnlc-__88_.csv
# -------
# invalid: bnlc-__88_.csv
# -------
=== ===== ================ =================================================================================================================================================================================================================================================================================================================================================================================================================================
row field code message
=== ===== ================ =================================================================================================================================================================================================================================================================================================================================================================================================================================
2 missing-label There is a missing label in the header's field "id_local" at position "2"
3 missing-label There is a missing label in the header's field "nom_lieu" at position "3"
4 missing-label There is a missing label in the header's field "ad_lieu" at position "4"
5 missing-label There is a missing label in the header's field "com_lieu" at position "5"
6 missing-label There is a missing label in the header's field "insee" at position "6"
7 missing-label There is a missing label in the header's field "type" at position "7"
8 missing-label There is a missing label in the header's field "date_maj" at position "8"
9 missing-label There is a missing label in the header's field "ouvert" at position "9"
10 missing-label There is a missing label in the header's field "source" at position "10"
11 missing-label There is a missing label in the header's field "Xlong" at position "11"
12 missing-label There is a missing label in the header's field "Ylat" at position "12"
13 missing-label There is a missing label in the header's field "nbre_pl" at position "13"
14 missing-label There is a missing label in the header's field "nbre_pmr" at position "14"
15 missing-label There is a missing label in the header's field "duree" at position "15"
16 missing-label There is a missing label in the header's field "horaires" at position "16"
17 missing-label There is a missing label in the header's field "proprio" at position "17"
18 missing-label There is a missing label in the header's field "lumiere" at position "18"
19 missing-label There is a missing label in the header's field "comm" at position "19"
1 incorrect-label Label "2A004-C-001,,A Confina,Lieu-dit Stagnacciu (Croisement RT22 - RD31),AJACCIO,2A004,Supermarché,2019-08-28,true,"539830349",8.783403,41.9523692,"0","0",,24-7,Prive,true,transport : Bus Muvistrada (2)" in field id_lieu at position "1" does not match the field name in the schema
3 1 constraint-error The cell "01024-C-001,,Mairie d'Attignat,Place De La Fontaine- Anciens Combattants,ATTIGNAT,"01024",Parking,2019-08-29,true,"200071751",5.158352778,46.28957222,"5",,,,,," in row at position "3" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
3 2 missing-cell Row at position "3" has a missing cell in field "id_local" at position "2"
3 3 missing-cell Row at position "3" has a missing cell in field "nom_lieu" at position "3"
3 4 missing-cell Row at position "3" has a missing cell in field "ad_lieu" at position "4"
3 5 missing-cell Row at position "3" has a missing cell in field "com_lieu" at position "5"
3 6 missing-cell Row at position "3" has a missing cell in field "insee" at position "6"
3 7 missing-cell Row at position "3" has a missing cell in field "type" at position "7"
3 8 missing-cell Row at position "3" has a missing cell in field "date_maj" at position "8"
3 9 missing-cell Row at position "3" has a missing cell in field "ouvert" at position "9"
3 10 missing-cell Row at position "3" has a missing cell in field "source" at position "10"
3 11 missing-cell Row at position "3" has a missing cell in field "Xlong" at position "11"
3 12 missing-cell Row at position "3" has a missing cell in field "Ylat" at position "12"
3 13 missing-cell Row at position "3" has a missing cell in field "nbre_pl" at position "13"
3 14 missing-cell Row at position "3" has a missing cell in field "nbre_pmr" at position "14"
3 15 missing-cell Row at position "3" has a missing cell in field "duree" at position "15"
3 16 missing-cell Row at position "3" has a missing cell in field "horaires" at position "16"
3 17 missing-cell Row at position "3" has a missing cell in field "proprio" at position "17"
3 18 missing-cell Row at position "3" has a missing cell in field "lumiere" at position "18"
3 19 missing-cell Row at position "3" has a missing cell in field "comm" at position "19"
4 1 constraint-error The cell "01049-C-001,,Aire de covoiturage Montluel,La Boisse,LA BOISSE,"01049",Aire de covoiturage,2019-08-29,true,"240100610",5.048432,45.840543,"100",,,,,," in row at position "4" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
4 2 missing-cell Row at position "4" has a missing cell in field "id_local" at position "2"
4 3 missing-cell Row at position "4" has a missing cell in field "nom_lieu" at position "3"
4 4 missing-cell Row at position "4" has a missing cell in field "ad_lieu" at position "4"
4 5 missing-cell Row at position "4" has a missing cell in field "com_lieu" at position "5"
4 6 missing-cell Row at position "4" has a missing cell in field "insee" at position "6"
4 7 missing-cell Row at position "4" has a missing cell in field "type" at position "7"
4 8 missing-cell Row at position "4" has a missing cell in field "date_maj" at position "8"
4 9 missing-cell Row at position "4" has a missing cell in field "ouvert" at position "9"
4 10 missing-cell Row at position "4" has a missing cell in field "source" at position "10"
4 11 missing-cell Row at position "4" has a missing cell in field "Xlong" at position "11"
4 12 missing-cell Row at position "4" has a missing cell in field "Ylat" at position "12"
4 13 missing-cell Row at position "4" has a missing cell in field "nbre_pl" at position "13"
4 14 missing-cell Row at position "4" has a missing cell in field "nbre_pmr" at position "14"
4 15 missing-cell Row at position "4" has a missing cell in field "duree" at position "15"
4 16 missing-cell Row at position "4" has a missing cell in field "horaires" at position "16"
4 17 missing-cell Row at position "4" has a missing cell in field "proprio" at position "17"
4 18 missing-cell Row at position "4" has a missing cell in field "lumiere" at position "18"
4 19 missing-cell Row at position "4" has a missing cell in field "comm" at position "19"
5 1 constraint-error The cell "01089-C-001,,Aire de covoiturage Château-Gaillard,Château-Gaillard,CHATEAU GAILLARD,"01089",Sortie d'autoroute,2019-08-29,true,"240100883",5.311396,45.977088,"15",,,,,," in row at position "5" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
5 2 missing-cell Row at position "5" has a missing cell in field "id_local" at position "2"
5 3 missing-cell Row at position "5" has a missing cell in field "nom_lieu" at position "3"
5 4 missing-cell Row at position "5" has a missing cell in field "ad_lieu" at position "4"
5 5 missing-cell Row at position "5" has a missing cell in field "com_lieu" at position "5"
5 6 missing-cell Row at position "5" has a missing cell in field "insee" at position "6"
5 7 missing-cell Row at position "5" has a missing cell in field "type" at position "7"
5 8 missing-cell Row at position "5" has a missing cell in field "date_maj" at position "8"
5 9 missing-cell Row at position "5" has a missing cell in field "ouvert" at position "9"
5 10 missing-cell Row at position "5" has a missing cell in field "source" at position "10"
5 11 missing-cell Row at position "5" has a missing cell in field "Xlong" at position "11"
5 12 missing-cell Row at position "5" has a missing cell in field "Ylat" at position "12"
5 13 missing-cell Row at position "5" has a missing cell in field "nbre_pl" at position "13"
5 14 missing-cell Row at position "5" has a missing cell in field "nbre_pmr" at position "14"
5 15 missing-cell Row at position "5" has a missing cell in field "duree" at position "15"
5 16 missing-cell Row at position "5" has a missing cell in field "horaires" at position "16"
5 17 missing-cell Row at position "5" has a missing cell in field "proprio" at position "17"
5 18 missing-cell Row at position "5" has a missing cell in field "lumiere" at position "18"
5 19 missing-cell Row at position "5" has a missing cell in field "comm" at position "19"
6 1 constraint-error The cell "01093-C-001,,Parking Bel Air,Route De Neuville - Parking Bel Air,CHATILLON SUR CHALARONNE,"01093",Parking,2019-08-29,true,"200071751",4.964663889,46.12900556,"10",,,,,," in row at position "6" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
6 2 missing-cell Row at position "6" has a missing cell in field "id_local" at position "2"
6 3 missing-cell Row at position "6" has a missing cell in field "nom_lieu" at position "3"
6 4 missing-cell Row at position "6" has a missing cell in field "ad_lieu" at position "4"
6 5 missing-cell Row at position "6" has a missing cell in field "com_lieu" at position "5"
6 6 missing-cell Row at position "6" has a missing cell in field "insee" at position "6"
6 7 missing-cell Row at position "6" has a missing cell in field "type" at position "7"
6 8 missing-cell Row at position "6" has a missing cell in field "date_maj" at position "8"
6 9 missing-cell Row at position "6" has a missing cell in field "ouvert" at position "9"
6 10 missing-cell Row at position "6" has a missing cell in field "source" at position "10"
6 11 missing-cell Row at position "6" has a missing cell in field "Xlong" at position "11"
6 12 missing-cell Row at position "6" has a missing cell in field "Ylat" at position "12"
6 13 missing-cell Row at position "6" has a missing cell in field "nbre_pl" at position "13"
6 14 missing-cell Row at position "6" has a missing cell in field "nbre_pmr" at position "14"
6 15 missing-cell Row at position "6" has a missing cell in field "duree" at position "15"
6 16 missing-cell Row at position "6" has a missing cell in field "horaires" at position "16"
6 17 missing-cell Row at position "6" has a missing cell in field "proprio" at position "17"
6 18 missing-cell Row at position "6" has a missing cell in field "lumiere" at position "18"
6 19 missing-cell Row at position "6" has a missing cell in field "comm" at position "19"
7 1 constraint-error The cell "01096-C-001,,Parking La Genetiere,Route De Bourg - La Genetiere,CHAVEYRIAT,"01096",Parking,2019-08-29,true,"200071751",5.073319444,46.17810278,"5",,,,,," in row at position "7" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
7 2 missing-cell Row at position "7" has a missing cell in field "id_local" at position "2"
7 3 missing-cell Row at position "7" has a missing cell in field "nom_lieu" at position "3"
7 4 missing-cell Row at position "7" has a missing cell in field "ad_lieu" at position "4"
7 5 missing-cell Row at position "7" has a missing cell in field "com_lieu" at position "5"
7 6 missing-cell Row at position "7" has a missing cell in field "insee" at position "6"
7 7 missing-cell Row at position "7" has a missing cell in field "type" at position "7"
7 8 missing-cell Row at position "7" has a missing cell in field "date_maj" at position "8"
7 9 missing-cell Row at position "7" has a missing cell in field "ouvert" at position "9"
7 10 missing-cell Row at position "7" has a missing cell in field "source" at position "10"
7 11 missing-cell Row at position "7" has a missing cell in field "Xlong" at position "11"
7 12 missing-cell Row at position "7" has a missing cell in field "Ylat" at position "12"
7 13 missing-cell Row at position "7" has a missing cell in field "nbre_pl" at position "13"
7 14 missing-cell Row at position "7" has a missing cell in field "nbre_pmr" at position "14"
7 15 missing-cell Row at position "7" has a missing cell in field "duree" at position "15"
7 16 missing-cell Row at position "7" has a missing cell in field "horaires" at position "16"
7 17 missing-cell Row at position "7" has a missing cell in field "proprio" at position "17"
7 18 missing-cell Row at position "7" has a missing cell in field "lumiere" at position "18"
7 19 missing-cell Row at position "7" has a missing cell in field "comm" at position "19"
8 1 constraint-error The cell "01096-C-002,,Place du Monument,Route De Condeissiat - Place Du Monument,CHAVEYRIAT,"01096",Parking,2019-08-29,true,"200071751",5.059761111,46.19888333,"3",,,,,," in row at position "8" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
8 2 missing-cell Row at position "8" has a missing cell in field "id_local" at position "2"
8 3 missing-cell Row at position "8" has a missing cell in field "nom_lieu" at position "3"
8 4 missing-cell Row at position "8" has a missing cell in field "ad_lieu" at position "4"
8 5 missing-cell Row at position "8" has a missing cell in field "com_lieu" at position "5"
8 6 missing-cell Row at position "8" has a missing cell in field "insee" at position "6"
8 7 missing-cell Row at position "8" has a missing cell in field "type" at position "7"
8 8 missing-cell Row at position "8" has a missing cell in field "date_maj" at position "8"
8 9 missing-cell Row at position "8" has a missing cell in field "ouvert" at position "9"
8 10 missing-cell Row at position "8" has a missing cell in field "source" at position "10"
8 11 missing-cell Row at position "8" has a missing cell in field "Xlong" at position "11"
8 12 missing-cell Row at position "8" has a missing cell in field "Ylat" at position "12"
8 13 missing-cell Row at position "8" has a missing cell in field "nbre_pl" at position "13"
8 14 missing-cell Row at position "8" has a missing cell in field "nbre_pmr" at position "14"
8 15 missing-cell Row at position "8" has a missing cell in field "duree" at position "15"
8 16 missing-cell Row at position "8" has a missing cell in field "horaires" at position "16"
8 17 missing-cell Row at position "8" has a missing cell in field "proprio" at position "17"
8 18 missing-cell Row at position "8" has a missing cell in field "lumiere" at position "18"
8 19 missing-cell Row at position "8" has a missing cell in field "comm" at position "19"
9 1 constraint-error The cell "01115-C-001,,Place du Logis Neuf,Place Du Logis Neuf,CONFRANCON,"01115",Parking,2019-08-29,true,"200071751",5.055497222,46.25655278,"3",,,,,," in row at position "9" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
9 2 missing-cell Row at position "9" has a missing cell in field "id_local" at position "2"
9 3 missing-cell Row at position "9" has a missing cell in field "nom_lieu" at position "3"
9 4 missing-cell Row at position "9" has a missing cell in field "ad_lieu" at position "4"
9 5 missing-cell Row at position "9" has a missing cell in field "com_lieu" at position "5"
9 6 missing-cell Row at position "9" has a missing cell in field "insee" at position "6"
9 7 missing-cell Row at position "9" has a missing cell in field "type" at position "7"
9 8 missing-cell Row at position "9" has a missing cell in field "date_maj" at position "8"
9 9 missing-cell Row at position "9" has a missing cell in field "ouvert" at position "9"
9 10 missing-cell Row at position "9" has a missing cell in field "source" at position "10"
9 11 missing-cell Row at position "9" has a missing cell in field "Xlong" at position "11"
9 12 missing-cell Row at position "9" has a missing cell in field "Ylat" at position "12"
9 13 missing-cell Row at position "9" has a missing cell in field "nbre_pl" at position "13"
9 14 missing-cell Row at position "9" has a missing cell in field "nbre_pmr" at position "14"
9 15 missing-cell Row at position "9" has a missing cell in field "duree" at position "15"
9 16 missing-cell Row at position "9" has a missing cell in field "horaires" at position "16"
9 17 missing-cell Row at position "9" has a missing cell in field "proprio" at position "17"
9 18 missing-cell Row at position "9" has a missing cell in field "lumiere" at position "18"
9 19 missing-cell Row at position "9" has a missing cell in field "comm" at position "19"
10 1 constraint-error The cell "01151-C-001,,Place de L'Eglise,Route De Pont D'Ain - Monument Aux Morts,DRUILLAT,"01151",Parking,2019-08-29,true,"200071751",5.31775,46.05911111,"1",,,,,," in row at position "10" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
10 2 missing-cell Row at position "10" has a missing cell in field "id_local" at position "2"
10 3 missing-cell Row at position "10" has a missing cell in field "nom_lieu" at position "3"
10 4 missing-cell Row at position "10" has a missing cell in field "ad_lieu" at position "4"
10 5 missing-cell Row at position "10" has a missing cell in field "com_lieu" at position "5"
10 6 missing-cell Row at position "10" has a missing cell in field "insee" at position "6"
10 7 missing-cell Row at position "10" has a missing cell in field "type" at position "7"
10 8 missing-cell Row at position "10" has a missing cell in field "date_maj" at position "8"
10 9 missing-cell Row at position "10" has a missing cell in field "ouvert" at position "9"
10 10 missing-cell Row at position "10" has a missing cell in field "source" at position "10"
10 11 missing-cell Row at position "10" has a missing cell in field "Xlong" at position "11"
10 12 missing-cell Row at position "10" has a missing cell in field "Ylat" at position "12"
10 13 missing-cell Row at position "10" has a missing cell in field "nbre_pl" at position "13"
10 14 missing-cell Row at position "10" has a missing cell in field "nbre_pmr" at position "14"
10 15 missing-cell Row at position "10" has a missing cell in field "duree" at position "15"
10 16 missing-cell Row at position "10" has a missing cell in field "horaires" at position "16"
10 17 missing-cell Row at position "10" has a missing cell in field "proprio" at position "17"
10 18 missing-cell Row at position "10" has a missing cell in field "lumiere" at position "18"
10 19 missing-cell Row at position "10" has a missing cell in field "comm" at position "19"
11 1 constraint-error The cell "01195-C-001,,Place Sans Souci,Place Sans Souci,JASSERON,"01195",Parking,2019-08-29,true,"200071751",5.3263,46.21393889,"3",,,,,," in row at position "11" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
11 2 missing-cell Row at position "11" has a missing cell in field "id_local" at position "2"
11 3 missing-cell Row at position "11" has a missing cell in field "nom_lieu" at position "3"
11 4 missing-cell Row at position "11" has a missing cell in field "ad_lieu" at position "4"
11 5 missing-cell Row at position "11" has a missing cell in field "com_lieu" at position "5"
11 6 missing-cell Row at position "11" has a missing cell in field "insee" at position "6"
11 7 missing-cell Row at position "11" has a missing cell in field "type" at position "7"
11 8 missing-cell Row at position "11" has a missing cell in field "date_maj" at position "8"
11 9 missing-cell Row at position "11" has a missing cell in field "ouvert" at position "9"
11 10 missing-cell Row at position "11" has a missing cell in field "source" at position "10"
11 11 missing-cell Row at position "11" has a missing cell in field "Xlong" at position "11"
11 12 missing-cell Row at position "11" has a missing cell in field "Ylat" at position "12"
11 13 missing-cell Row at position "11" has a missing cell in field "nbre_pl" at position "13"
11 14 missing-cell Row at position "11" has a missing cell in field "nbre_pmr" at position "14"
11 15 missing-cell Row at position "11" has a missing cell in field "duree" at position "15"
11 16 missing-cell Row at position "11" has a missing cell in field "horaires" at position "16"
11 17 missing-cell Row at position "11" has a missing cell in field "proprio" at position "17"
11 18 missing-cell Row at position "11" has a missing cell in field "lumiere" at position "18"
11 19 missing-cell Row at position "11" has a missing cell in field "comm" at position "19"
12 1 constraint-error The cell "01196-C-001,,Parking Chemin de L'Ecole,Chemin De L'école,JAYAT,"01196",Parking,2019-08-29,true,"200071751",5.119902778,46.36907222,"3",,,,,," in row at position "12" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
12 2 missing-cell Row at position "12" has a missing cell in field "id_local" at position "2"
12 3 missing-cell Row at position "12" has a missing cell in field "nom_lieu" at position "3"
12 4 missing-cell Row at position "12" has a missing cell in field "ad_lieu" at position "4"
12 5 missing-cell Row at position "12" has a missing cell in field "com_lieu" at position "5"
12 6 missing-cell Row at position "12" has a missing cell in field "insee" at position "6"
12 7 missing-cell Row at position "12" has a missing cell in field "type" at position "7"
12 8 missing-cell Row at position "12" has a missing cell in field "date_maj" at position "8"
12 9 missing-cell Row at position "12" has a missing cell in field "ouvert" at position "9"
12 10 missing-cell Row at position "12" has a missing cell in field "source" at position "10"
12 11 missing-cell Row at position "12" has a missing cell in field "Xlong" at position "11"
12 12 missing-cell Row at position "12" has a missing cell in field "Ylat" at position "12"
12 13 missing-cell Row at position "12" has a missing cell in field "nbre_pl" at position "13"
12 14 missing-cell Row at position "12" has a missing cell in field "nbre_pmr" at position "14"
12 15 missing-cell Row at position "12" has a missing cell in field "duree" at position "15"
12 16 missing-cell Row at position "12" has a missing cell in field "horaires" at position "16"
12 17 missing-cell Row at position "12" has a missing cell in field "proprio" at position "17"
12 18 missing-cell Row at position "12" has a missing cell in field "lumiere" at position "18"
12 19 missing-cell Row at position "12" has a missing cell in field "comm" at position "19"
13 1 constraint-error The cell "01236-C-001,,Place de L'Eglise,Place De L'église,MARSONNAS,"01236",Parking,2019-08-29,true,"200071751",5.071047222,46.34124722,"2",,,,,," in row at position "13" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
13 2 missing-cell Row at position "13" has a missing cell in field "id_local" at position "2"
13 3 missing-cell Row at position "13" has a missing cell in field "nom_lieu" at position "3"
13 4 missing-cell Row at position "13" has a missing cell in field "ad_lieu" at position "4"
13 5 missing-cell Row at position "13" has a missing cell in field "com_lieu" at position "5"
13 6 missing-cell Row at position "13" has a missing cell in field "insee" at position "6"
13 7 missing-cell Row at position "13" has a missing cell in field "type" at position "7"
13 8 missing-cell Row at position "13" has a missing cell in field "date_maj" at position "8"
13 9 missing-cell Row at position "13" has a missing cell in field "ouvert" at position "9"
13 10 missing-cell Row at position "13" has a missing cell in field "source" at position "10"
13 11 missing-cell Row at position "13" has a missing cell in field "Xlong" at position "11"
13 12 missing-cell Row at position "13" has a missing cell in field "Ylat" at position "12"
13 13 missing-cell Row at position "13" has a missing cell in field "nbre_pl" at position "13"
13 14 missing-cell Row at position "13" has a missing cell in field "nbre_pmr" at position "14"
13 15 missing-cell Row at position "13" has a missing cell in field "duree" at position "15"
13 16 missing-cell Row at position "13" has a missing cell in field "horaires" at position "16"
13 17 missing-cell Row at position "13" has a missing cell in field "proprio" at position "17"
13 18 missing-cell Row at position "13" has a missing cell in field "lumiere" at position "18"
13 19 missing-cell Row at position "13" has a missing cell in field "comm" at position "19"
14 1 constraint-error The cell "01245-C-001,,Place de Bohas,D979 Place De Bohas,BOHAS MEYRIAT RIGNAT,"01245",Parking,2019-08-29,true,"200071751",5.388425,46.15994722,"2",,,,,," in row at position "14" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
14 2 missing-cell Row at position "14" has a missing cell in field "id_local" at position "2"
14 3 missing-cell Row at position "14" has a missing cell in field "nom_lieu" at position "3"
14 4 missing-cell Row at position "14" has a missing cell in field "ad_lieu" at position "4"
14 5 missing-cell Row at position "14" has a missing cell in field "com_lieu" at position "5"
14 6 missing-cell Row at position "14" has a missing cell in field "insee" at position "6"
14 7 missing-cell Row at position "14" has a missing cell in field "type" at position "7"
14 8 missing-cell Row at position "14" has a missing cell in field "date_maj" at position "8"
14 9 missing-cell Row at position "14" has a missing cell in field "ouvert" at position "9"
14 10 missing-cell Row at position "14" has a missing cell in field "source" at position "10"
14 11 missing-cell Row at position "14" has a missing cell in field "Xlong" at position "11"
14 12 missing-cell Row at position "14" has a missing cell in field "Ylat" at position "12"
14 13 missing-cell Row at position "14" has a missing cell in field "nbre_pl" at position "13"
14 14 missing-cell Row at position "14" has a missing cell in field "nbre_pmr" at position "14"
14 15 missing-cell Row at position "14" has a missing cell in field "duree" at position "15"
14 16 missing-cell Row at position "14" has a missing cell in field "horaires" at position "16"
14 17 missing-cell Row at position "14" has a missing cell in field "proprio" at position "17"
14 18 missing-cell Row at position "14" has a missing cell in field "lumiere" at position "18"
14 19 missing-cell Row at position "14" has a missing cell in field "comm" at position "19"
15 1 constraint-error The cell "01248-C-001,,Aire de covoiturage du Mionnay,Mionnay,MIONNAY,"01248",Sortie d'autoroute,2019-08-29,true,"200069193",4.899796871,45.8831017,"21",,,,,," in row at position "15" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
15 2 missing-cell Row at position "15" has a missing cell in field "id_local" at position "2"
15 3 missing-cell Row at position "15" has a missing cell in field "nom_lieu" at position "3"
15 4 missing-cell Row at position "15" has a missing cell in field "ad_lieu" at position "4"
15 5 missing-cell Row at position "15" has a missing cell in field "com_lieu" at position "5"
15 6 missing-cell Row at position "15" has a missing cell in field "insee" at position "6"
15 7 missing-cell Row at position "15" has a missing cell in field "type" at position "7"
15 8 missing-cell Row at position "15" has a missing cell in field "date_maj" at position "8"
15 9 missing-cell Row at position "15" has a missing cell in field "ouvert" at position "9"
15 10 missing-cell Row at position "15" has a missing cell in field "source" at position "10"
15 11 missing-cell Row at position "15" has a missing cell in field "Xlong" at position "11"
15 12 missing-cell Row at position "15" has a missing cell in field "Ylat" at position "12"
15 13 missing-cell Row at position "15" has a missing cell in field "nbre_pl" at position "13"
15 14 missing-cell Row at position "15" has a missing cell in field "nbre_pmr" at position "14"
15 15 missing-cell Row at position "15" has a missing cell in field "duree" at position "15"
15 16 missing-cell Row at position "15" has a missing cell in field "horaires" at position "16"
15 17 missing-cell Row at position "15" has a missing cell in field "proprio" at position "17"
15 18 missing-cell Row at position "15" has a missing cell in field "lumiere" at position "18"
15 19 missing-cell Row at position "15" has a missing cell in field "comm" at position "19"
16 1 constraint-error The cell "01266-C-001,,Place General de gaulle,Place Du Général De Gaulle,MONTREVEL EN BRESSE,"01266",Parking,2019-08-29,true,"200071751",5.125961111,46.33573333,"5",,,,,," in row at position "16" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
16 2 missing-cell Row at position "16" has a missing cell in field "id_local" at position "2"
16 3 missing-cell Row at position "16" has a missing cell in field "nom_lieu" at position "3"
16 4 missing-cell Row at position "16" has a missing cell in field "ad_lieu" at position "4"
16 5 missing-cell Row at position "16" has a missing cell in field "com_lieu" at position "5"
16 6 missing-cell Row at position "16" has a missing cell in field "insee" at position "6"
16 7 missing-cell Row at position "16" has a missing cell in field "type" at position "7"
16 8 missing-cell Row at position "16" has a missing cell in field "date_maj" at position "8"
16 9 missing-cell Row at position "16" has a missing cell in field "ouvert" at position "9"
16 10 missing-cell Row at position "16" has a missing cell in field "source" at position "10"
16 11 missing-cell Row at position "16" has a missing cell in field "Xlong" at position "11"
16 12 missing-cell Row at position "16" has a missing cell in field "Ylat" at position "12"
16 13 missing-cell Row at position "16" has a missing cell in field "nbre_pl" at position "13"
16 14 missing-cell Row at position "16" has a missing cell in field "nbre_pmr" at position "14"
16 15 missing-cell Row at position "16" has a missing cell in field "duree" at position "15"
16 16 missing-cell Row at position "16" has a missing cell in field "horaires" at position "16"
16 17 missing-cell Row at position "16" has a missing cell in field "proprio" at position "17"
16 18 missing-cell Row at position "16" has a missing cell in field "lumiere" at position "18"
16 19 missing-cell Row at position "16" has a missing cell in field "comm" at position "19"
17 1 constraint-error The cell "01290-C-001,,Aire de covoiturage Pérouges,Pérouges,PEROUGES,"01290",Sortie d'autoroute,2019-08-29,true,"240100883",5.182171,45.860683,"12",,,,,," in row at position "17" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
17 2 missing-cell Row at position "17" has a missing cell in field "id_local" at position "2"
17 3 missing-cell Row at position "17" has a missing cell in field "nom_lieu" at position "3"
17 4 missing-cell Row at position "17" has a missing cell in field "ad_lieu" at position "4"
17 5 missing-cell Row at position "17" has a missing cell in field "com_lieu" at position "5"
17 6 missing-cell Row at position "17" has a missing cell in field "insee" at position "6"
17 7 missing-cell Row at position "17" has a missing cell in field "type" at position "7"
17 8 missing-cell Row at position "17" has a missing cell in field "date_maj" at position "8"
17 9 missing-cell Row at position "17" has a missing cell in field "ouvert" at position "9"
17 10 missing-cell Row at position "17" has a missing cell in field "source" at position "10"
17 11 missing-cell Row at position "17" has a missing cell in field "Xlong" at position "11"
17 12 missing-cell Row at position "17" has a missing cell in field "Ylat" at position "12"
17 13 missing-cell Row at position "17" has a missing cell in field "nbre_pl" at position "13"
17 14 missing-cell Row at position "17" has a missing cell in field "nbre_pmr" at position "14"
17 15 missing-cell Row at position "17" has a missing cell in field "duree" at position "15"
17 16 missing-cell Row at position "17" has a missing cell in field "horaires" at position "16"
17 17 missing-cell Row at position "17" has a missing cell in field "proprio" at position "17"
17 18 missing-cell Row at position "17" has a missing cell in field "lumiere" at position "18"
17 19 missing-cell Row at position "17" has a missing cell in field "comm" at position "19"
18 1 constraint-error The cell "01301-C-001,,Parking du Stade,"Route Saint Martin Le Chétel ""Stade""",POLLIAT,"01301",Parking,2019-08-29,true,"200071751",5.126572,46.251132,"8",,,,,," in row at position "18" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
18 2 missing-cell Row at position "18" has a missing cell in field "id_local" at position "2"
18 3 missing-cell Row at position "18" has a missing cell in field "nom_lieu" at position "3"
18 4 missing-cell Row at position "18" has a missing cell in field "ad_lieu" at position "4"
18 5 missing-cell Row at position "18" has a missing cell in field "com_lieu" at position "5"
18 6 missing-cell Row at position "18" has a missing cell in field "insee" at position "6"
18 7 missing-cell Row at position "18" has a missing cell in field "type" at position "7"
18 8 missing-cell Row at position "18" has a missing cell in field "date_maj" at position "8"
18 9 missing-cell Row at position "18" has a missing cell in field "ouvert" at position "9"
18 10 missing-cell Row at position "18" has a missing cell in field "source" at position "10"
18 11 missing-cell Row at position "18" has a missing cell in field "Xlong" at position "11"
18 12 missing-cell Row at position "18" has a missing cell in field "Ylat" at position "12"
18 13 missing-cell Row at position "18" has a missing cell in field "nbre_pl" at position "13"
18 14 missing-cell Row at position "18" has a missing cell in field "nbre_pmr" at position "14"
18 15 missing-cell Row at position "18" has a missing cell in field "duree" at position "15"
18 16 missing-cell Row at position "18" has a missing cell in field "horaires" at position "16"
18 17 missing-cell Row at position "18" has a missing cell in field "proprio" at position "17"
18 18 missing-cell Row at position "18" has a missing cell in field "lumiere" at position "18"
18 19 missing-cell Row at position "18" has a missing cell in field "comm" at position "19"
19 1 constraint-error The cell "01301-C-002,,Parking Quinconces,"Route De Chamonin - ""Quinconces""",POLLIAT,"01301",Parking,2019-08-29,true,"200071751",5.121596,46.250066,"6",,,,,," in row at position "19" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
19 2 missing-cell Row at position "19" has a missing cell in field "id_local" at position "2"
19 3 missing-cell Row at position "19" has a missing cell in field "nom_lieu" at position "3"
19 4 missing-cell Row at position "19" has a missing cell in field "ad_lieu" at position "4"
19 5 missing-cell Row at position "19" has a missing cell in field "com_lieu" at position "5"
19 6 missing-cell Row at position "19" has a missing cell in field "insee" at position "6"
19 7 missing-cell Row at position "19" has a missing cell in field "type" at position "7"
19 8 missing-cell Row at position "19" has a missing cell in field "date_maj" at position "8"
19 9 missing-cell Row at position "19" has a missing cell in field "ouvert" at position "9"
19 10 missing-cell Row at position "19" has a missing cell in field "source" at position "10"
19 11 missing-cell Row at position "19" has a missing cell in field "Xlong" at position "11"
19 12 missing-cell Row at position "19" has a missing cell in field "Ylat" at position "12"
19 13 missing-cell Row at position "19" has a missing cell in field "nbre_pl" at position "13"
19 14 missing-cell Row at position "19" has a missing cell in field "nbre_pmr" at position "14"
19 15 missing-cell Row at position "19" has a missing cell in field "duree" at position "15"
19 16 missing-cell Row at position "19" has a missing cell in field "horaires" at position "16"
19 17 missing-cell Row at position "19" has a missing cell in field "proprio" at position "17"
19 18 missing-cell Row at position "19" has a missing cell in field "lumiere" at position "18"
19 19 missing-cell Row at position "19" has a missing cell in field "comm" at position "19"
20 1 constraint-error The cell "01350-C-001,,Terrain de Boules - Chemin des Lyonniéres,Chemin Des Lyonniéres - Terrain De Boules,ST ETIENNE DU BOIS,"01350",Parking,2019-08-29,true,"200071751",5.289722222,46.28322222,"5",,,,,," in row at position "20" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
20 2 missing-cell Row at position "20" has a missing cell in field "id_local" at position "2"
20 3 missing-cell Row at position "20" has a missing cell in field "nom_lieu" at position "3"
20 4 missing-cell Row at position "20" has a missing cell in field "ad_lieu" at position "4"
20 5 missing-cell Row at position "20" has a missing cell in field "com_lieu" at position "5"
20 6 missing-cell Row at position "20" has a missing cell in field "insee" at position "6"
20 7 missing-cell Row at position "20" has a missing cell in field "type" at position "7"
20 8 missing-cell Row at position "20" has a missing cell in field "date_maj" at position "8"
20 9 missing-cell Row at position "20" has a missing cell in field "ouvert" at position "9"
20 10 missing-cell Row at position "20" has a missing cell in field "source" at position "10"
20 11 missing-cell Row at position "20" has a missing cell in field "Xlong" at position "11"
20 12 missing-cell Row at position "20" has a missing cell in field "Ylat" at position "12"
20 13 missing-cell Row at position "20" has a missing cell in field "nbre_pl" at position "13"
20 14 missing-cell Row at position "20" has a missing cell in field "nbre_pmr" at position "14"
20 15 missing-cell Row at position "20" has a missing cell in field "duree" at position "15"
20 16 missing-cell Row at position "20" has a missing cell in field "horaires" at position "16"
20 17 missing-cell Row at position "20" has a missing cell in field "proprio" at position "17"
20 18 missing-cell Row at position "20" has a missing cell in field "lumiere" at position "18"
20 19 missing-cell Row at position "20" has a missing cell in field "comm" at position "19"
21 1 constraint-error The cell "01376-C-001,,Aire de covoiturage Saint-Maurice-De-Beynost,Saint-Maurice-De-Beynost,ST MAURICE DE BEYNOST,"01376",Sortie d'autoroute,2019-08-29,true,"240100800",4.989172,45.820935,"80",,,,,," in row at position "21" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
21 2 missing-cell Row at position "21" has a missing cell in field "id_local" at position "2"
21 3 missing-cell Row at position "21" has a missing cell in field "nom_lieu" at position "3"
21 4 missing-cell Row at position "21" has a missing cell in field "ad_lieu" at position "4"
21 5 missing-cell Row at position "21" has a missing cell in field "com_lieu" at position "5"
21 6 missing-cell Row at position "21" has a missing cell in field "insee" at position "6"
21 7 missing-cell Row at position "21" has a missing cell in field "type" at position "7"
21 8 missing-cell Row at position "21" has a missing cell in field "date_maj" at position "8"
21 9 missing-cell Row at position "21" has a missing cell in field "ouvert" at position "9"
21 10 missing-cell Row at position "21" has a missing cell in field "source" at position "10"
21 11 missing-cell Row at position "21" has a missing cell in field "Xlong" at position "11"
21 12 missing-cell Row at position "21" has a missing cell in field "Ylat" at position "12"
21 13 missing-cell Row at position "21" has a missing cell in field "nbre_pl" at position "13"
21 14 missing-cell Row at position "21" has a missing cell in field "nbre_pmr" at position "14"
21 15 missing-cell Row at position "21" has a missing cell in field "duree" at position "15"
21 16 missing-cell Row at position "21" has a missing cell in field "horaires" at position "16"
21 17 missing-cell Row at position "21" has a missing cell in field "proprio" at position "17"
21 18 missing-cell Row at position "21" has a missing cell in field "lumiere" at position "18"
21 19 missing-cell Row at position "21" has a missing cell in field "comm" at position "19"
22 1 constraint-error The cell "01405-C-001,,Parking des Sports,D1083 - Parking Des Sports,SERVAS,"01405",Parking,2019-08-29,true,"200071751",5.163272222,46.13119722,"3",,,,,," in row at position "22" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
22 2 missing-cell Row at position "22" has a missing cell in field "id_local" at position "2"
22 3 missing-cell Row at position "22" has a missing cell in field "nom_lieu" at position "3"
22 4 missing-cell Row at position "22" has a missing cell in field "ad_lieu" at position "4"
22 5 missing-cell Row at position "22" has a missing cell in field "com_lieu" at position "5"
22 6 missing-cell Row at position "22" has a missing cell in field "insee" at position "6"
22 7 missing-cell Row at position "22" has a missing cell in field "type" at position "7"
22 8 missing-cell Row at position "22" has a missing cell in field "date_maj" at position "8"
22 9 missing-cell Row at position "22" has a missing cell in field "ouvert" at position "9"
22 10 missing-cell Row at position "22" has a missing cell in field "source" at position "10"
22 11 missing-cell Row at position "22" has a missing cell in field "Xlong" at position "11"
22 12 missing-cell Row at position "22" has a missing cell in field "Ylat" at position "12"
22 13 missing-cell Row at position "22" has a missing cell in field "nbre_pl" at position "13"
22 14 missing-cell Row at position "22" has a missing cell in field "nbre_pmr" at position "14"
22 15 missing-cell Row at position "22" has a missing cell in field "duree" at position "15"
22 16 missing-cell Row at position "22" has a missing cell in field "horaires" at position "16"
22 17 missing-cell Row at position "22" has a missing cell in field "proprio" at position "17"
22 18 missing-cell Row at position "22" has a missing cell in field "lumiere" at position "18"
22 19 missing-cell Row at position "22" has a missing cell in field "comm" at position "19"
23 1 constraint-error The cell "01422-C-001,,Place de La Fontaine,Place De La Fontaine- Anciens Combattants,TOSSIAT,"01422",Parking,2019-08-29,true,"200071751",5.316269444,46.14157222,"1",,,,,," in row at position "23" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
23 2 missing-cell Row at position "23" has a missing cell in field "id_local" at position "2"
23 3 missing-cell Row at position "23" has a missing cell in field "nom_lieu" at position "3"
23 4 missing-cell Row at position "23" has a missing cell in field "ad_lieu" at position "4"
23 5 missing-cell Row at position "23" has a missing cell in field "com_lieu" at position "5"
23 6 missing-cell Row at position "23" has a missing cell in field "insee" at position "6"
23 7 missing-cell Row at position "23" has a missing cell in field "type" at position "7"
23 8 missing-cell Row at position "23" has a missing cell in field "date_maj" at position "8"
23 9 missing-cell Row at position "23" has a missing cell in field "ouvert" at position "9"
23 10 missing-cell Row at position "23" has a missing cell in field "source" at position "10"
23 11 missing-cell Row at position "23" has a missing cell in field "Xlong" at position "11"
23 12 missing-cell Row at position "23" has a missing cell in field "Ylat" at position "12"
23 13 missing-cell Row at position "23" has a missing cell in field "nbre_pl" at position "13"
23 14 missing-cell Row at position "23" has a missing cell in field "nbre_pmr" at position "14"
23 15 missing-cell Row at position "23" has a missing cell in field "duree" at position "15"
23 16 missing-cell Row at position "23" has a missing cell in field "horaires" at position "16"
23 17 missing-cell Row at position "23" has a missing cell in field "proprio" at position "17"
23 18 missing-cell Row at position "23" has a missing cell in field "lumiere" at position "18"
23 19 missing-cell Row at position "23" has a missing cell in field "comm" at position "19"
24 1 constraint-error The cell "01426-C-001,,Parking du Stade,Stade De Sport,VAL REVERMONT,"01426",Parking,2019-08-29,true,"200071751",5.362436111,46.26710278,"5",,,,,," in row at position "24" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
24 2 missing-cell Row at position "24" has a missing cell in field "id_local" at position "2"
24 3 missing-cell Row at position "24" has a missing cell in field "nom_lieu" at position "3"
24 4 missing-cell Row at position "24" has a missing cell in field "ad_lieu" at position "4"
24 5 missing-cell Row at position "24" has a missing cell in field "com_lieu" at position "5"
24 6 missing-cell Row at position "24" has a missing cell in field "insee" at position "6"
24 7 missing-cell Row at position "24" has a missing cell in field "type" at position "7"
24 8 missing-cell Row at position "24" has a missing cell in field "date_maj" at position "8"
24 9 missing-cell Row at position "24" has a missing cell in field "ouvert" at position "9"
24 10 missing-cell Row at position "24" has a missing cell in field "source" at position "10"
24 11 missing-cell Row at position "24" has a missing cell in field "Xlong" at position "11"
24 12 missing-cell Row at position "24" has a missing cell in field "Ylat" at position "12"
24 13 missing-cell Row at position "24" has a missing cell in field "nbre_pl" at position "13"
24 14 missing-cell Row at position "24" has a missing cell in field "nbre_pmr" at position "14"
24 15 missing-cell Row at position "24" has a missing cell in field "duree" at position "15"
24 16 missing-cell Row at position "24" has a missing cell in field "horaires" at position "16"
24 17 missing-cell Row at position "24" has a missing cell in field "proprio" at position "17"
24 18 missing-cell Row at position "24" has a missing cell in field "lumiere" at position "18"
24 19 missing-cell Row at position "24" has a missing cell in field "comm" at position "19"
25 1 constraint-error The cell "01429-C-001,,Mairie de Vandeins,Rue De La Mairie,VANDEINS,"01429",Parking,2019-08-29,true,"200071751",5.078811111,46.21584167,"3",,,,,," in row at position "25" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
25 2 missing-cell Row at position "25" has a missing cell in field "id_local" at position "2"
25 3 missing-cell Row at position "25" has a missing cell in field "nom_lieu" at position "3"
25 4 missing-cell Row at position "25" has a missing cell in field "ad_lieu" at position "4"
25 5 missing-cell Row at position "25" has a missing cell in field "com_lieu" at position "5"
25 6 missing-cell Row at position "25" has a missing cell in field "insee" at position "6"
25 7 missing-cell Row at position "25" has a missing cell in field "type" at position "7"
25 8 missing-cell Row at position "25" has a missing cell in field "date_maj" at position "8"
25 9 missing-cell Row at position "25" has a missing cell in field "ouvert" at position "9"
25 10 missing-cell Row at position "25" has a missing cell in field "source" at position "10"
25 11 missing-cell Row at position "25" has a missing cell in field "Xlong" at position "11"
25 12 missing-cell Row at position "25" has a missing cell in field "Ylat" at position "12"
25 13 missing-cell Row at position "25" has a missing cell in field "nbre_pl" at position "13"
25 14 missing-cell Row at position "25" has a missing cell in field "nbre_pmr" at position "14"
25 15 missing-cell Row at position "25" has a missing cell in field "duree" at position "15"
25 16 missing-cell Row at position "25" has a missing cell in field "horaires" at position "16"
25 17 missing-cell Row at position "25" has a missing cell in field "proprio" at position "17"
25 18 missing-cell Row at position "25" has a missing cell in field "lumiere" at position "18"
25 19 missing-cell Row at position "25" has a missing cell in field "comm" at position "19"
26 1 constraint-error The cell "02157-C-001,,Péage Laon,Gare De Péage. Autoroute A26. 02000 Chambry,CHAMBRY,"02157",Sortie d'autoroute,2019-08-29,true,"220200026",3.663798596,49.60744757,,,,,,," in row at position "26" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
26 2 missing-cell Row at position "26" has a missing cell in field "id_local" at position "2"
26 3 missing-cell Row at position "26" has a missing cell in field "nom_lieu" at position "3"
26 4 missing-cell Row at position "26" has a missing cell in field "ad_lieu" at position "4"
26 5 missing-cell Row at position "26" has a missing cell in field "com_lieu" at position "5"
26 6 missing-cell Row at position "26" has a missing cell in field "insee" at position "6"
26 7 missing-cell Row at position "26" has a missing cell in field "type" at position "7"
26 8 missing-cell Row at position "26" has a missing cell in field "date_maj" at position "8"
26 9 missing-cell Row at position "26" has a missing cell in field "ouvert" at position "9"
26 10 missing-cell Row at position "26" has a missing cell in field "source" at position "10"
26 11 missing-cell Row at position "26" has a missing cell in field "Xlong" at position "11"
26 12 missing-cell Row at position "26" has a missing cell in field "Ylat" at position "12"
26 13 missing-cell Row at position "26" has a missing cell in field "nbre_pl" at position "13"
26 14 missing-cell Row at position "26" has a missing cell in field "nbre_pmr" at position "14"
26 15 missing-cell Row at position "26" has a missing cell in field "duree" at position "15"
26 16 missing-cell Row at position "26" has a missing cell in field "horaires" at position "16"
26 17 missing-cell Row at position "26" has a missing cell in field "proprio" at position "17"
26 18 missing-cell Row at position "26" has a missing cell in field "lumiere" at position "18"
26 19 missing-cell Row at position "26" has a missing cell in field "comm" at position "19"
27 1 constraint-error The cell "02163-C-001,,Super U Charly Sur Marne,Route De Pavant. 02310 Charly-Sur-Marne,CHARLY SUR MARNE,"02163",Supermarché,2019-08-29,true,"220200026",3.282443232,48.97251912,,,,,,," in row at position "27" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
27 2 missing-cell Row at position "27" has a missing cell in field "id_local" at position "2"
27 3 missing-cell Row at position "27" has a missing cell in field "nom_lieu" at position "3"
27 4 missing-cell Row at position "27" has a missing cell in field "ad_lieu" at position "4"
27 5 missing-cell Row at position "27" has a missing cell in field "com_lieu" at position "5"
27 6 missing-cell Row at position "27" has a missing cell in field "insee" at position "6"
27 7 missing-cell Row at position "27" has a missing cell in field "type" at position "7"
27 8 missing-cell Row at position "27" has a missing cell in field "date_maj" at position "8"
27 9 missing-cell Row at position "27" has a missing cell in field "ouvert" at position "9"
27 10 missing-cell Row at position "27" has a missing cell in field "source" at position "10"
27 11 missing-cell Row at position "27" has a missing cell in field "Xlong" at position "11"
27 12 missing-cell Row at position "27" has a missing cell in field "Ylat" at position "12"
27 13 missing-cell Row at position "27" has a missing cell in field "nbre_pl" at position "13"
27 14 missing-cell Row at position "27" has a missing cell in field "nbre_pmr" at position "14"
27 15 missing-cell Row at position "27" has a missing cell in field "duree" at position "15"
27 16 missing-cell Row at position "27" has a missing cell in field "horaires" at position "16"
27 17 missing-cell Row at position "27" has a missing cell in field "proprio" at position "17"
27 18 missing-cell Row at position "27" has a missing cell in field "lumiere" at position "18"
27 19 missing-cell Row at position "27" has a missing cell in field "comm" at position "19"
28 1 constraint-error The cell "02168-C-001,SANEF - 93651,Covoiturage SANEF Château-Thierry,A4 Sortie 20 La Planchette 02400 Bézu-Saint-Germain,CHATEAU THIERRY,"02168",Sortie d'autoroute,2021-06-02,true,"632050019",3.400251563,49.07858266,"9","1",,24-7,SANEF,false,Réalisé par Sanef" in row at position "28" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
28 2 missing-cell Row at position "28" has a missing cell in field "id_local" at position "2"
28 3 missing-cell Row at position "28" has a missing cell in field "nom_lieu" at position "3"
28 4 missing-cell Row at position "28" has a missing cell in field "ad_lieu" at position "4"
28 5 missing-cell Row at position "28" has a missing cell in field "com_lieu" at position "5"
28 6 missing-cell Row at position "28" has a missing cell in field "insee" at position "6"
28 7 missing-cell Row at position "28" has a missing cell in field "type" at position "7"
28 8 missing-cell Row at position "28" has a missing cell in field "date_maj" at position "8"
28 9 missing-cell Row at position "28" has a missing cell in field "ouvert" at position "9"
28 10 missing-cell Row at position "28" has a missing cell in field "source" at position "10"
28 11 missing-cell Row at position "28" has a missing cell in field "Xlong" at position "11"
28 12 missing-cell Row at position "28" has a missing cell in field "Ylat" at position "12"
28 13 missing-cell Row at position "28" has a missing cell in field "nbre_pl" at position "13"
28 14 missing-cell Row at position "28" has a missing cell in field "nbre_pmr" at position "14"
28 15 missing-cell Row at position "28" has a missing cell in field "duree" at position "15"
28 16 missing-cell Row at position "28" has a missing cell in field "horaires" at position "16"
28 17 missing-cell Row at position "28" has a missing cell in field "proprio" at position "17"
28 18 missing-cell Row at position "28" has a missing cell in field "lumiere" at position "18"
28 19 missing-cell Row at position "28" has a missing cell in field "comm" at position "19"
29 1 constraint-error The cell "02168-C-002,,Carrefour Chateau Thierry,37 Avenue d'Essémes. 02400 Chéteau-Thierry,CHATEAU THIERRY,"02168",Supermarché,2019-08-29,true,"220200026",3.387474767,49.0406979,,,,,,," in row at position "29" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
29 2 missing-cell Row at position "29" has a missing cell in field "id_local" at position "2"
29 3 missing-cell Row at position "29" has a missing cell in field "nom_lieu" at position "3"
29 4 missing-cell Row at position "29" has a missing cell in field "ad_lieu" at position "4"
29 5 missing-cell Row at position "29" has a missing cell in field "com_lieu" at position "5"
29 6 missing-cell Row at position "29" has a missing cell in field "insee" at position "6"
29 7 missing-cell Row at position "29" has a missing cell in field "type" at position "7"
29 8 missing-cell Row at position "29" has a missing cell in field "date_maj" at position "8"
29 9 missing-cell Row at position "29" has a missing cell in field "ouvert" at position "9"
29 10 missing-cell Row at position "29" has a missing cell in field "source" at position "10"
29 11 missing-cell Row at position "29" has a missing cell in field "Xlong" at position "11"
29 12 missing-cell Row at position "29" has a missing cell in field "Ylat" at position "12"
29 13 missing-cell Row at position "29" has a missing cell in field "nbre_pl" at position "13"
29 14 missing-cell Row at position "29" has a missing cell in field "nbre_pmr" at position "14"
29 15 missing-cell Row at position "29" has a missing cell in field "duree" at position "15"
29 16 missing-cell Row at position "29" has a missing cell in field "horaires" at position "16"
29 17 missing-cell Row at position "29" has a missing cell in field "proprio" at position "17"
29 18 missing-cell Row at position "29" has a missing cell in field "lumiere" at position "18"
29 19 missing-cell Row at position "29" has a missing cell in field "comm" at position "19"
30 1 constraint-error The cell "02168-C-003,,Leclerc Chéteau Thierry,12 Rue de la Plaine. 02400 Chéteau-Thierry,CHATEAU THIERRY,"02168",Supermarché,2019-08-29,true,"220200026",3.389779016,49.03736798,,,,,,," in row at position "30" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
30 2 missing-cell Row at position "30" has a missing cell in field "id_local" at position "2"
30 3 missing-cell Row at position "30" has a missing cell in field "nom_lieu" at position "3"
30 4 missing-cell Row at position "30" has a missing cell in field "ad_lieu" at position "4"
30 5 missing-cell Row at position "30" has a missing cell in field "com_lieu" at position "5"
30 6 missing-cell Row at position "30" has a missing cell in field "insee" at position "6"
30 7 missing-cell Row at position "30" has a missing cell in field "type" at position "7"
30 8 missing-cell Row at position "30" has a missing cell in field "date_maj" at position "8"
30 9 missing-cell Row at position "30" has a missing cell in field "ouvert" at position "9"
30 10 missing-cell Row at position "30" has a missing cell in field "source" at position "10"
30 11 missing-cell Row at position "30" has a missing cell in field "Xlong" at position "11"
30 12 missing-cell Row at position "30" has a missing cell in field "Ylat" at position "12"
30 13 missing-cell Row at position "30" has a missing cell in field "nbre_pl" at position "13"
30 14 missing-cell Row at position "30" has a missing cell in field "nbre_pmr" at position "14"
30 15 missing-cell Row at position "30" has a missing cell in field "duree" at position "15"
30 16 missing-cell Row at position "30" has a missing cell in field "horaires" at position "16"
30 17 missing-cell Row at position "30" has a missing cell in field "proprio" at position "17"
30 18 missing-cell Row at position "30" has a missing cell in field "lumiere" at position "18"
30 19 missing-cell Row at position "30" has a missing cell in field "comm" at position "19"
31 1 constraint-error The cell "02209-C-001,,Mairie de ConDé En Brie,1 Rond-Point Du Cahot. 02330 ConDé-En-Brie,CONDE EN BRIE,"02209",Aire de covoiturage,2019-08-29,true,"220200026",3.555901022,49.00457585,,,,,,," in row at position "31" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
31 2 missing-cell Row at position "31" has a missing cell in field "id_local" at position "2"
31 3 missing-cell Row at position "31" has a missing cell in field "nom_lieu" at position "3"
31 4 missing-cell Row at position "31" has a missing cell in field "ad_lieu" at position "4"
31 5 missing-cell Row at position "31" has a missing cell in field "com_lieu" at position "5"
31 6 missing-cell Row at position "31" has a missing cell in field "insee" at position "6"
31 7 missing-cell Row at position "31" has a missing cell in field "type" at position "7"
31 8 missing-cell Row at position "31" has a missing cell in field "date_maj" at position "8"
31 9 missing-cell Row at position "31" has a missing cell in field "ouvert" at position "9"
31 10 missing-cell Row at position "31" has a missing cell in field "source" at position "10"
31 11 missing-cell Row at position "31" has a missing cell in field "Xlong" at position "11"
31 12 missing-cell Row at position "31" has a missing cell in field "Ylat" at position "12"
31 13 missing-cell Row at position "31" has a missing cell in field "nbre_pl" at position "13"
31 14 missing-cell Row at position "31" has a missing cell in field "nbre_pmr" at position "14"
31 15 missing-cell Row at position "31" has a missing cell in field "duree" at position "15"
31 16 missing-cell Row at position "31" has a missing cell in field "horaires" at position "16"
31 17 missing-cell Row at position "31" has a missing cell in field "proprio" at position "17"
31 18 missing-cell Row at position "31" has a missing cell in field "lumiere" at position "18"
31 19 missing-cell Row at position "31" has a missing cell in field "comm" at position "19"
32 1 constraint-error The cell "02239-C-001,,Parking écoquartier Crézancy,2 Rue De Paris. 02650 Crézancy,CREZANCY,"02239",Aire de covoiturage,2019-08-29,true,"220200026",3.513723672,49.04996586,,,,,,," in row at position "32" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
32 2 missing-cell Row at position "32" has a missing cell in field "id_local" at position "2"
32 3 missing-cell Row at position "32" has a missing cell in field "nom_lieu" at position "3"
32 4 missing-cell Row at position "32" has a missing cell in field "ad_lieu" at position "4"
32 5 missing-cell Row at position "32" has a missing cell in field "com_lieu" at position "5"
32 6 missing-cell Row at position "32" has a missing cell in field "insee" at position "6"
32 7 missing-cell Row at position "32" has a missing cell in field "type" at position "7"
32 8 missing-cell Row at position "32" has a missing cell in field "date_maj" at position "8"
32 9 missing-cell Row at position "32" has a missing cell in field "ouvert" at position "9"
32 10 missing-cell Row at position "32" has a missing cell in field "source" at position "10"
32 11 missing-cell Row at position "32" has a missing cell in field "Xlong" at position "11"
32 12 missing-cell Row at position "32" has a missing cell in field "Ylat" at position "12"
32 13 missing-cell Row at position "32" has a missing cell in field "nbre_pl" at position "13"
32 14 missing-cell Row at position "32" has a missing cell in field "nbre_pmr" at position "14"
32 15 missing-cell Row at position "32" has a missing cell in field "duree" at position "15"
32 16 missing-cell Row at position "32" has a missing cell in field "horaires" at position "16"
32 17 missing-cell Row at position "32" has a missing cell in field "proprio" at position "17"
32 18 missing-cell Row at position "32" has a missing cell in field "lumiere" at position "18"
32 19 missing-cell Row at position "32" has a missing cell in field "comm" at position "19"
33 1 constraint-error The cell "02305-C-001,,Super U Fére En Tardenois,Fére En Tardenois. 02130 Fére-En-Tardenois,FERE EN TARDENOIS,"02305",Supermarché,2019-08-29,true,"220200026",3.516296885,49.20296656,,,,,,," in row at position "33" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
33 2 missing-cell Row at position "33" has a missing cell in field "id_local" at position "2"
33 3 missing-cell Row at position "33" has a missing cell in field "nom_lieu" at position "3"
33 4 missing-cell Row at position "33" has a missing cell in field "ad_lieu" at position "4"
33 5 missing-cell Row at position "33" has a missing cell in field "com_lieu" at position "5"
33 6 missing-cell Row at position "33" has a missing cell in field "insee" at position "6"
33 7 missing-cell Row at position "33" has a missing cell in field "type" at position "7"
33 8 missing-cell Row at position "33" has a missing cell in field "date_maj" at position "8"
33 9 missing-cell Row at position "33" has a missing cell in field "ouvert" at position "9"
33 10 missing-cell Row at position "33" has a missing cell in field "source" at position "10"
33 11 missing-cell Row at position "33" has a missing cell in field "Xlong" at position "11"
33 12 missing-cell Row at position "33" has a missing cell in field "Ylat" at position "12"
33 13 missing-cell Row at position "33" has a missing cell in field "nbre_pl" at position "13"
33 14 missing-cell Row at position "33" has a missing cell in field "nbre_pmr" at position "14"
33 15 missing-cell Row at position "33" has a missing cell in field "duree" at position "15"
33 16 missing-cell Row at position "33" has a missing cell in field "horaires" at position "16"
33 17 missing-cell Row at position "33" has a missing cell in field "proprio" at position "17"
33 18 missing-cell Row at position "33" has a missing cell in field "lumiere" at position "18"
33 19 missing-cell Row at position "33" has a missing cell in field "comm" at position "19"
34 1 constraint-error The cell "02408-C-001,SANEF - 138846,Covoiturage SANEF Laon,A26 Sortie 13,LAON,"02408",Sortie d'autoroute,2022-06-02,true,"632050019",3.663693,49.606902,"44","2",,24-7,SANEF,false,"Réalisé par Sanef, exploité par la CC de la Région de Château-Thierry"" in row at position "34" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
34 2 missing-cell Row at position "34" has a missing cell in field "id_local" at position "2"
34 3 missing-cell Row at position "34" has a missing cell in field "nom_lieu" at position "3"
34 4 missing-cell Row at position "34" has a missing cell in field "ad_lieu" at position "4"
34 5 missing-cell Row at position "34" has a missing cell in field "com_lieu" at position "5"
34 6 missing-cell Row at position "34" has a missing cell in field "insee" at position "6"
34 7 missing-cell Row at position "34" has a missing cell in field "type" at position "7"
34 8 missing-cell Row at position "34" has a missing cell in field "date_maj" at position "8"
34 9 missing-cell Row at position "34" has a missing cell in field "ouvert" at position "9"
34 10 missing-cell Row at position "34" has a missing cell in field "source" at position "10"
34 11 missing-cell Row at position "34" has a missing cell in field "Xlong" at position "11"
34 12 missing-cell Row at position "34" has a missing cell in field "Ylat" at position "12"
34 13 missing-cell Row at position "34" has a missing cell in field "nbre_pl" at position "13"
34 14 missing-cell Row at position "34" has a missing cell in field "nbre_pmr" at position "14"
34 15 missing-cell Row at position "34" has a missing cell in field "duree" at position "15"
34 16 missing-cell Row at position "34" has a missing cell in field "horaires" at position "16"
34 17 missing-cell Row at position "34" has a missing cell in field "proprio" at position "17"
34 18 missing-cell Row at position "34" has a missing cell in field "lumiere" at position "18"
34 19 missing-cell Row at position "34" has a missing cell in field "comm" at position "19"
35 1 constraint-error The cell "03031-C-001,,Aire de covoiturage de Bizeneuille,Lieudit Fragne,BIZENEUILLE,"03031",Aire de covoiturage,2019-08-29,true,"220300016",2.69891609,46.38681335,,,,,,," in row at position "35" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
35 2 missing-cell Row at position "35" has a missing cell in field "id_local" at position "2"
35 3 missing-cell Row at position "35" has a missing cell in field "nom_lieu" at position "3"
35 4 missing-cell Row at position "35" has a missing cell in field "ad_lieu" at position "4"
35 5 missing-cell Row at position "35" has a missing cell in field "com_lieu" at position "5"
35 6 missing-cell Row at position "35" has a missing cell in field "insee" at position "6"
35 7 missing-cell Row at position "35" has a missing cell in field "type" at position "7"
35 8 missing-cell Row at position "35" has a missing cell in field "date_maj" at position "8"
35 9 missing-cell Row at position "35" has a missing cell in field "ouvert" at position "9"
35 10 missing-cell Row at position "35" has a missing cell in field "source" at position "10"
35 11 missing-cell Row at position "35" has a missing cell in field "Xlong" at position "11"
35 12 missing-cell Row at position "35" has a missing cell in field "Ylat" at position "12"
35 13 missing-cell Row at position "35" has a missing cell in field "nbre_pl" at position "13"
35 14 missing-cell Row at position "35" has a missing cell in field "nbre_pmr" at position "14"
35 15 missing-cell Row at position "35" has a missing cell in field "duree" at position "15"
35 16 missing-cell Row at position "35" has a missing cell in field "horaires" at position "16"
35 17 missing-cell Row at position "35" has a missing cell in field "proprio" at position "17"
35 18 missing-cell Row at position "35" has a missing cell in field "lumiere" at position "18"
35 19 missing-cell Row at position "35" has a missing cell in field "comm" at position "19"
36 1 constraint-error The cell "03073-C-001,,Aire de Chemilly,Echangeur RCEA (N79),CHEMILLY,"03073",Aire de covoiturage,2019-08-29,true,"220300016",3.31629589,46.47358012,,,,,,," in row at position "36" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
36 2 missing-cell Row at position "36" has a missing cell in field "id_local" at position "2"
36 3 missing-cell Row at position "36" has a missing cell in field "nom_lieu" at position "3"
36 4 missing-cell Row at position "36" has a missing cell in field "ad_lieu" at position "4"
36 5 missing-cell Row at position "36" has a missing cell in field "com_lieu" at position "5"
36 6 missing-cell Row at position "36" has a missing cell in field "insee" at position "6"
36 7 missing-cell Row at position "36" has a missing cell in field "type" at position "7"
36 8 missing-cell Row at position "36" has a missing cell in field "date_maj" at position "8"
36 9 missing-cell Row at position "36" has a missing cell in field "ouvert" at position "9"
36 10 missing-cell Row at position "36" has a missing cell in field "source" at position "10"
36 11 missing-cell Row at position "36" has a missing cell in field "Xlong" at position "11"
36 12 missing-cell Row at position "36" has a missing cell in field "Ylat" at position "12"
36 13 missing-cell Row at position "36" has a missing cell in field "nbre_pl" at position "13"
36 14 missing-cell Row at position "36" has a missing cell in field "nbre_pmr" at position "14"
36 15 missing-cell Row at position "36" has a missing cell in field "duree" at position "15"
36 16 missing-cell Row at position "36" has a missing cell in field "horaires" at position "16"
36 17 missing-cell Row at position "36" has a missing cell in field "proprio" at position "17"
36 18 missing-cell Row at position "36" has a missing cell in field "lumiere" at position "18"
36 19 missing-cell Row at position "36" has a missing cell in field "comm" at position "19"
37 1 constraint-error The cell "03073-C-002,,Parking de L'Eglise,Place de l'Eglise,CHEMILLY,"03073",Parking,2019-08-29,true,"220300016",3.31658635,46.48921715,"4",,,,,," in row at position "37" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
37 2 missing-cell Row at position "37" has a missing cell in field "id_local" at position "2"
37 3 missing-cell Row at position "37" has a missing cell in field "nom_lieu" at position "3"
37 4 missing-cell Row at position "37" has a missing cell in field "ad_lieu" at position "4"
37 5 missing-cell Row at position "37" has a missing cell in field "com_lieu" at position "5"
37 6 missing-cell Row at position "37" has a missing cell in field "insee" at position "6"
37 7 missing-cell Row at position "37" has a missing cell in field "type" at position "7"
37 8 missing-cell Row at position "37" has a missing cell in field "date_maj" at position "8"
37 9 missing-cell Row at position "37" has a missing cell in field "ouvert" at position "9"
37 10 missing-cell Row at position "37" has a missing cell in field "source" at position "10"
37 11 missing-cell Row at position "37" has a missing cell in field "Xlong" at position "11"
37 12 missing-cell Row at position "37" has a missing cell in field "Ylat" at position "12"
37 13 missing-cell Row at position "37" has a missing cell in field "nbre_pl" at position "13"
37 14 missing-cell Row at position "37" has a missing cell in field "nbre_pmr" at position "14"
37 15 missing-cell Row at position "37" has a missing cell in field "duree" at position "15"
37 16 missing-cell Row at position "37" has a missing cell in field "horaires" at position "16"
37 17 missing-cell Row at position "37" has a missing cell in field "proprio" at position "17"
37 18 missing-cell Row at position "37" has a missing cell in field "lumiere" at position "18"
37 19 missing-cell Row at position "37" has a missing cell in field "comm" at position "19"
38 1 constraint-error The cell "03084-C-001,,Parking du Bourg,Place de la LIberté (face garage Renault),COSNE D ALLIER,"03084",Parking,2019-08-29,true,"220300016",2.83054592,46.47558623,"3",,,,,," in row at position "38" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
38 2 missing-cell Row at position "38" has a missing cell in field "id_local" at position "2"
38 3 missing-cell Row at position "38" has a missing cell in field "nom_lieu" at position "3"
38 4 missing-cell Row at position "38" has a missing cell in field "ad_lieu" at position "4"
38 5 missing-cell Row at position "38" has a missing cell in field "com_lieu" at position "5"
38 6 missing-cell Row at position "38" has a missing cell in field "insee" at position "6"
38 7 missing-cell Row at position "38" has a missing cell in field "type" at position "7"
38 8 missing-cell Row at position "38" has a missing cell in field "date_maj" at position "8"
38 9 missing-cell Row at position "38" has a missing cell in field "ouvert" at position "9"
38 10 missing-cell Row at position "38" has a missing cell in field "source" at position "10"
38 11 missing-cell Row at position "38" has a missing cell in field "Xlong" at position "11"
38 12 missing-cell Row at position "38" has a missing cell in field "Ylat" at position "12"
38 13 missing-cell Row at position "38" has a missing cell in field "nbre_pl" at position "13"
38 14 missing-cell Row at position "38" has a missing cell in field "nbre_pmr" at position "14"
38 15 missing-cell Row at position "38" has a missing cell in field "duree" at position "15"
38 16 missing-cell Row at position "38" has a missing cell in field "horaires" at position "16"
38 17 missing-cell Row at position "38" has a missing cell in field "proprio" at position "17"
38 18 missing-cell Row at position "38" has a missing cell in field "lumiere" at position "18"
38 19 missing-cell Row at position "38" has a missing cell in field "comm" at position "19"
39 1 constraint-error The cell "03092-C-001,,Parking du Bourg,Le Bourg,CRESSANGES,"03092",Parking,2019-08-29,true,"220300016",3.16075256,46.44417676,"4",,,,,," in row at position "39" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
39 2 missing-cell Row at position "39" has a missing cell in field "id_local" at position "2"
39 3 missing-cell Row at position "39" has a missing cell in field "nom_lieu" at position "3"
39 4 missing-cell Row at position "39" has a missing cell in field "ad_lieu" at position "4"
39 5 missing-cell Row at position "39" has a missing cell in field "com_lieu" at position "5"
39 6 missing-cell Row at position "39" has a missing cell in field "insee" at position "6"
39 7 missing-cell Row at position "39" has a missing cell in field "type" at position "7"
39 8 missing-cell Row at position "39" has a missing cell in field "date_maj" at position "8"
39 9 missing-cell Row at position "39" has a missing cell in field "ouvert" at position "9"
39 10 missing-cell Row at position "39" has a missing cell in field "source" at position "10"
39 11 missing-cell Row at position "39" has a missing cell in field "Xlong" at position "11"
39 12 missing-cell Row at position "39" has a missing cell in field "Ylat" at position "12"
39 13 missing-cell Row at position "39" has a missing cell in field "nbre_pl" at position "13"
39 14 missing-cell Row at position "39" has a missing cell in field "nbre_pmr" at position "14"
39 15 missing-cell Row at position "39" has a missing cell in field "duree" at position "15"
39 16 missing-cell Row at position "39" has a missing cell in field "horaires" at position "16"
39 17 missing-cell Row at position "39" has a missing cell in field "proprio" at position "17"
39 18 missing-cell Row at position "39" has a missing cell in field "lumiere" at position "18"
39 19 missing-cell Row at position "39" has a missing cell in field "comm" at position "19"
40 1 constraint-error The cell "03093-C-001,,Aire de covoiturage du Creuzier,Lieudit les Ancizes,CREUZIER LE NEUF,"03093",Aire de covoiturage,2019-08-29,true,"220300016",3.45437124,46.18481218,,,,,,," in row at position "40" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
40 2 missing-cell Row at position "40" has a missing cell in field "id_local" at position "2"
40 3 missing-cell Row at position "40" has a missing cell in field "nom_lieu" at position "3"
40 4 missing-cell Row at position "40" has a missing cell in field "ad_lieu" at position "4"
40 5 missing-cell Row at position "40" has a missing cell in field "com_lieu" at position "5"
40 6 missing-cell Row at position "40" has a missing cell in field "insee" at position "6"
40 7 missing-cell Row at position "40" has a missing cell in field "type" at position "7"
40 8 missing-cell Row at position "40" has a missing cell in field "date_maj" at position "8"
40 9 missing-cell Row at position "40" has a missing cell in field "ouvert" at position "9"
40 10 missing-cell Row at position "40" has a missing cell in field "source" at position "10"
40 11 missing-cell Row at position "40" has a missing cell in field "Xlong" at position "11"
40 12 missing-cell Row at position "40" has a missing cell in field "Ylat" at position "12"
40 13 missing-cell Row at position "40" has a missing cell in field "nbre_pl" at position "13"
40 14 missing-cell Row at position "40" has a missing cell in field "nbre_pmr" at position "14"
40 15 missing-cell Row at position "40" has a missing cell in field "duree" at position "15"
40 16 missing-cell Row at position "40" has a missing cell in field "horaires" at position "16"
40 17 missing-cell Row at position "40" has a missing cell in field "proprio" at position "17"
40 18 missing-cell Row at position "40" has a missing cell in field "lumiere" at position "18"
40 19 missing-cell Row at position "40" has a missing cell in field "comm" at position "19"
41 1 constraint-error The cell "03098-C-001,,Parking de La Verne,Parking de la Verne,DESERTINES,"03098",Parking,2019-08-29,true,"220300016",2.62639058,46.34439195,"3",,,,,," in row at position "41" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
41 2 missing-cell Row at position "41" has a missing cell in field "id_local" at position "2"
41 3 missing-cell Row at position "41" has a missing cell in field "nom_lieu" at position "3"
41 4 missing-cell Row at position "41" has a missing cell in field "ad_lieu" at position "4"
41 5 missing-cell Row at position "41" has a missing cell in field "com_lieu" at position "5"
41 6 missing-cell Row at position "41" has a missing cell in field "insee" at position "6"
41 7 missing-cell Row at position "41" has a missing cell in field "type" at position "7"
41 8 missing-cell Row at position "41" has a missing cell in field "date_maj" at position "8"
41 9 missing-cell Row at position "41" has a missing cell in field "ouvert" at position "9"
41 10 missing-cell Row at position "41" has a missing cell in field "source" at position "10"
41 11 missing-cell Row at position "41" has a missing cell in field "Xlong" at position "11"
41 12 missing-cell Row at position "41" has a missing cell in field "Ylat" at position "12"
41 13 missing-cell Row at position "41" has a missing cell in field "nbre_pl" at position "13"
41 14 missing-cell Row at position "41" has a missing cell in field "nbre_pmr" at position "14"
41 15 missing-cell Row at position "41" has a missing cell in field "duree" at position "15"
41 16 missing-cell Row at position "41" has a missing cell in field "horaires" at position "16"
41 17 missing-cell Row at position "41" has a missing cell in field "proprio" at position "17"
41 18 missing-cell Row at position "41" has a missing cell in field "lumiere" at position "18"
41 19 missing-cell Row at position "41" has a missing cell in field "comm" at position "19"
42 1 constraint-error The cell "03101-C-001,,Stade,Parking du Stade,DOMERAT,"03101",Parking,2019-08-29,true,"220300016",2.54675315,46.35823287,"50",,,,,," in row at position "42" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
42 2 missing-cell Row at position "42" has a missing cell in field "id_local" at position "2"
42 3 missing-cell Row at position "42" has a missing cell in field "nom_lieu" at position "3"
42 4 missing-cell Row at position "42" has a missing cell in field "ad_lieu" at position "4"
42 5 missing-cell Row at position "42" has a missing cell in field "com_lieu" at position "5"
42 6 missing-cell Row at position "42" has a missing cell in field "insee" at position "6"
42 7 missing-cell Row at position "42" has a missing cell in field "type" at position "7"
42 8 missing-cell Row at position "42" has a missing cell in field "date_maj" at position "8"
42 9 missing-cell Row at position "42" has a missing cell in field "ouvert" at position "9"
42 10 missing-cell Row at position "42" has a missing cell in field "source" at position "10"
42 11 missing-cell Row at position "42" has a missing cell in field "Xlong" at position "11"
42 12 missing-cell Row at position "42" has a missing cell in field "Ylat" at position "12"
42 13 missing-cell Row at position "42" has a missing cell in field "nbre_pl" at position "13"
42 14 missing-cell Row at position "42" has a missing cell in field "nbre_pmr" at position "14"
42 15 missing-cell Row at position "42" has a missing cell in field "duree" at position "15"
42 16 missing-cell Row at position "42" has a missing cell in field "horaires" at position "16"
42 17 missing-cell Row at position "42" has a missing cell in field "proprio" at position "17"
42 18 missing-cell Row at position "42" has a missing cell in field "lumiere" at position "18"
42 19 missing-cell Row at position "42" has a missing cell in field "comm" at position "19"
43 1 constraint-error The cell "03102-C-001,,Parking Thomassots,Les Thomassots,DOMPIERRE SUR BESBRE,"03102",Parking,2019-08-29,true,"220300016",3.68849384,46.51791574,"6",,,,,," in row at position "43" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
43 2 missing-cell Row at position "43" has a missing cell in field "id_local" at position "2"
43 3 missing-cell Row at position "43" has a missing cell in field "nom_lieu" at position "3"
43 4 missing-cell Row at position "43" has a missing cell in field "ad_lieu" at position "4"
43 5 missing-cell Row at position "43" has a missing cell in field "com_lieu" at position "5"
43 6 missing-cell Row at position "43" has a missing cell in field "insee" at position "6"
43 7 missing-cell Row at position "43" has a missing cell in field "type" at position "7"
43 8 missing-cell Row at position "43" has a missing cell in field "date_maj" at position "8"
43 9 missing-cell Row at position "43" has a missing cell in field "ouvert" at position "9"
43 10 missing-cell Row at position "43" has a missing cell in field "source" at position "10"
43 11 missing-cell Row at position "43" has a missing cell in field "Xlong" at position "11"
43 12 missing-cell Row at position "43" has a missing cell in field "Ylat" at position "12"
43 13 missing-cell Row at position "43" has a missing cell in field "nbre_pl" at position "13"
43 14 missing-cell Row at position "43" has a missing cell in field "nbre_pmr" at position "14"
43 15 missing-cell Row at position "43" has a missing cell in field "duree" at position "15"
43 16 missing-cell Row at position "43" has a missing cell in field "horaires" at position "16"
43 17 missing-cell Row at position "43" has a missing cell in field "proprio" at position "17"
43 18 missing-cell Row at position "43" has a missing cell in field "lumiere" at position "18"
43 19 missing-cell Row at position "43" has a missing cell in field "comm" at position "19"
44 1 constraint-error The cell "03118-C-001,,Aire de covoiturage des Chillins,Les Chillins proximité echangeur A71-A719,GANNAT,"03118",Aire de covoiturage,2019-08-29,true,"220300016",3.13837825,46.10311391,"20",,,,,," in row at position "44" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
44 2 missing-cell Row at position "44" has a missing cell in field "id_local" at position "2"
44 3 missing-cell Row at position "44" has a missing cell in field "nom_lieu" at position "3"
44 4 missing-cell Row at position "44" has a missing cell in field "ad_lieu" at position "4"
44 5 missing-cell Row at position "44" has a missing cell in field "com_lieu" at position "5"
44 6 missing-cell Row at position "44" has a missing cell in field "insee" at position "6"
44 7 missing-cell Row at position "44" has a missing cell in field "type" at position "7"
44 8 missing-cell Row at position "44" has a missing cell in field "date_maj" at position "8"
44 9 missing-cell Row at position "44" has a missing cell in field "ouvert" at position "9"
44 10 missing-cell Row at position "44" has a missing cell in field "source" at position "10"
44 11 missing-cell Row at position "44" has a missing cell in field "Xlong" at position "11"
44 12 missing-cell Row at position "44" has a missing cell in field "Ylat" at position "12"
44 13 missing-cell Row at position "44" has a missing cell in field "nbre_pl" at position "13"
44 14 missing-cell Row at position "44" has a missing cell in field "nbre_pmr" at position "14"
44 15 missing-cell Row at position "44" has a missing cell in field "duree" at position "15"
44 16 missing-cell Row at position "44" has a missing cell in field "horaires" at position "16"
44 17 missing-cell Row at position "44" has a missing cell in field "proprio" at position "17"
44 18 missing-cell Row at position "44" has a missing cell in field "lumiere" at position "18"
44 19 missing-cell Row at position "44" has a missing cell in field "comm" at position "19"
45 1 constraint-error The cell "03118-C-002,,Place Saint-James,Place Saint James,GANNAT,"03118",Parking,2019-08-29,true,"220300016",3.19906571,46.09634674,"5",,,,,," in row at position "45" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
45 2 missing-cell Row at position "45" has a missing cell in field "id_local" at position "2"
45 3 missing-cell Row at position "45" has a missing cell in field "nom_lieu" at position "3"
45 4 missing-cell Row at position "45" has a missing cell in field "ad_lieu" at position "4"
45 5 missing-cell Row at position "45" has a missing cell in field "com_lieu" at position "5"
45 6 missing-cell Row at position "45" has a missing cell in field "insee" at position "6"
45 7 missing-cell Row at position "45" has a missing cell in field "type" at position "7"
45 8 missing-cell Row at position "45" has a missing cell in field "date_maj" at position "8"
45 9 missing-cell Row at position "45" has a missing cell in field "ouvert" at position "9"
45 10 missing-cell Row at position "45" has a missing cell in field "source" at position "10"
45 11 missing-cell Row at position "45" has a missing cell in field "Xlong" at position "11"
45 12 missing-cell Row at position "45" has a missing cell in field "Ylat" at position "12"
45 13 missing-cell Row at position "45" has a missing cell in field "nbre_pl" at position "13"
45 14 missing-cell Row at position "45" has a missing cell in field "nbre_pmr" at position "14"
45 15 missing-cell Row at position "45" has a missing cell in field "duree" at position "15"
45 16 missing-cell Row at position "45" has a missing cell in field "horaires" at position "16"
45 17 missing-cell Row at position "45" has a missing cell in field "proprio" at position "17"
45 18 missing-cell Row at position "45" has a missing cell in field "lumiere" at position "18"
45 19 missing-cell Row at position "45" has a missing cell in field "comm" at position "19"
46 1 constraint-error The cell "03118-C-003,,Za Les Clos durs,ZA les Clos Durs,GANNAT,"03118",Parking,2019-08-29,true,"220300016",3.2030103,46.11107088,"5",,,,,," in row at position "46" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
46 2 missing-cell Row at position "46" has a missing cell in field "id_local" at position "2"
46 3 missing-cell Row at position "46" has a missing cell in field "nom_lieu" at position "3"
46 4 missing-cell Row at position "46" has a missing cell in field "ad_lieu" at position "4"
46 5 missing-cell Row at position "46" has a missing cell in field "com_lieu" at position "5"
46 6 missing-cell Row at position "46" has a missing cell in field "insee" at position "6"
46 7 missing-cell Row at position "46" has a missing cell in field "type" at position "7"
46 8 missing-cell Row at position "46" has a missing cell in field "date_maj" at position "8"
46 9 missing-cell Row at position "46" has a missing cell in field "ouvert" at position "9"
46 10 missing-cell Row at position "46" has a missing cell in field "source" at position "10"
46 11 missing-cell Row at position "46" has a missing cell in field "Xlong" at position "11"
46 12 missing-cell Row at position "46" has a missing cell in field "Ylat" at position "12"
46 13 missing-cell Row at position "46" has a missing cell in field "nbre_pl" at position "13"
46 14 missing-cell Row at position "46" has a missing cell in field "nbre_pmr" at position "14"
46 15 missing-cell Row at position "46" has a missing cell in field "duree" at position "15"
46 16 missing-cell Row at position "46" has a missing cell in field "horaires" at position "16"
46 17 missing-cell Row at position "46" has a missing cell in field "proprio" at position "17"
46 18 missing-cell Row at position "46" has a missing cell in field "lumiere" at position "18"
46 19 missing-cell Row at position "46" has a missing cell in field "comm" at position "19"
47 1 constraint-error The cell "03122-C-001,,Parking de La Mairie,Le Bourg,GIPCY,"03122",Parking,2019-08-29,true,"220300016",3.05378868,46.50258963,"5",,,,,," in row at position "47" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
47 2 missing-cell Row at position "47" has a missing cell in field "id_local" at position "2"
47 3 missing-cell Row at position "47" has a missing cell in field "nom_lieu" at position "3"
47 4 missing-cell Row at position "47" has a missing cell in field "ad_lieu" at position "4"
47 5 missing-cell Row at position "47" has a missing cell in field "com_lieu" at position "5"
47 6 missing-cell Row at position "47" has a missing cell in field "insee" at position "6"
47 7 missing-cell Row at position "47" has a missing cell in field "type" at position "7"
47 8 missing-cell Row at position "47" has a missing cell in field "date_maj" at position "8"
47 9 missing-cell Row at position "47" has a missing cell in field "ouvert" at position "9"
47 10 missing-cell Row at position "47" has a missing cell in field "source" at position "10"
47 11 missing-cell Row at position "47" has a missing cell in field "Xlong" at position "11"
47 12 missing-cell Row at position "47" has a missing cell in field "Ylat" at position "12"
47 13 missing-cell Row at position "47" has a missing cell in field "nbre_pl" at position "13"
47 14 missing-cell Row at position "47" has a missing cell in field "nbre_pmr" at position "14"
47 15 missing-cell Row at position "47" has a missing cell in field "duree" at position "15"
47 16 missing-cell Row at position "47" has a missing cell in field "horaires" at position "16"
47 17 missing-cell Row at position "47" has a missing cell in field "proprio" at position "17"
47 18 missing-cell Row at position "47" has a missing cell in field "lumiere" at position "18"
47 19 missing-cell Row at position "47" has a missing cell in field "comm" at position "19"
48 1 constraint-error The cell "03132-C-001,,Place du Marché Couvert,Place du Marché Couvert,JALIGNY SUR BESBRE,"03132",Parking,2019-08-29,true,"220300016",3.59436117,46.37931377,"5",,,,,," in row at position "48" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
48 2 missing-cell Row at position "48" has a missing cell in field "id_local" at position "2"
48 3 missing-cell Row at position "48" has a missing cell in field "nom_lieu" at position "3"
48 4 missing-cell Row at position "48" has a missing cell in field "ad_lieu" at position "4"
48 5 missing-cell Row at position "48" has a missing cell in field "com_lieu" at position "5"
48 6 missing-cell Row at position "48" has a missing cell in field "insee" at position "6"
48 7 missing-cell Row at position "48" has a missing cell in field "type" at position "7"
48 8 missing-cell Row at position "48" has a missing cell in field "date_maj" at position "8"
48 9 missing-cell Row at position "48" has a missing cell in field "ouvert" at position "9"
48 10 missing-cell Row at position "48" has a missing cell in field "source" at position "10"
48 11 missing-cell Row at position "48" has a missing cell in field "Xlong" at position "11"
48 12 missing-cell Row at position "48" has a missing cell in field "Ylat" at position "12"
48 13 missing-cell Row at position "48" has a missing cell in field "nbre_pl" at position "13"
48 14 missing-cell Row at position "48" has a missing cell in field "nbre_pmr" at position "14"
48 15 missing-cell Row at position "48" has a missing cell in field "duree" at position "15"
48 16 missing-cell Row at position "48" has a missing cell in field "horaires" at position "16"
48 17 missing-cell Row at position "48" has a missing cell in field "proprio" at position "17"
48 18 missing-cell Row at position "48" has a missing cell in field "lumiere" at position "18"
48 19 missing-cell Row at position "48" has a missing cell in field "comm" at position "19"
49 1 constraint-error The cell "03138-C-001,,Aire des Vérités,Bellevue,LAPALISSE,"03138",Aire de covoiturage,2019-08-29,true,"220300016",3.61326614,46.24541141,"25",,,,,," in row at position "49" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
49 2 missing-cell Row at position "49" has a missing cell in field "id_local" at position "2"
49 3 missing-cell Row at position "49" has a missing cell in field "nom_lieu" at position "3"
49 4 missing-cell Row at position "49" has a missing cell in field "ad_lieu" at position "4"
49 5 missing-cell Row at position "49" has a missing cell in field "com_lieu" at position "5"
49 6 missing-cell Row at position "49" has a missing cell in field "insee" at position "6"
49 7 missing-cell Row at position "49" has a missing cell in field "type" at position "7"
49 8 missing-cell Row at position "49" has a missing cell in field "date_maj" at position "8"
49 9 missing-cell Row at position "49" has a missing cell in field "ouvert" at position "9"
49 10 missing-cell Row at position "49" has a missing cell in field "source" at position "10"
49 11 missing-cell Row at position "49" has a missing cell in field "Xlong" at position "11"
49 12 missing-cell Row at position "49" has a missing cell in field "Ylat" at position "12"
49 13 missing-cell Row at position "49" has a missing cell in field "nbre_pl" at position "13"
49 14 missing-cell Row at position "49" has a missing cell in field "nbre_pmr" at position "14"
49 15 missing-cell Row at position "49" has a missing cell in field "duree" at position "15"
49 16 missing-cell Row at position "49" has a missing cell in field "horaires" at position "16"
49 17 missing-cell Row at position "49" has a missing cell in field "proprio" at position "17"
49 18 missing-cell Row at position "49" has a missing cell in field "lumiere" at position "18"
49 19 missing-cell Row at position "49" has a missing cell in field "comm" at position "19"
50 1 constraint-error The cell "03138-C-002,,Place Jean Macé,Place Jean Macé,LAPALISSE,"03138",Parking,2019-08-29,true,"220300016",3.62925909,46.24866192,"5",,,,,," in row at position "50" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
50 2 missing-cell Row at position "50" has a missing cell in field "id_local" at position "2"
50 3 missing-cell Row at position "50" has a missing cell in field "nom_lieu" at position "3"
50 4 missing-cell Row at position "50" has a missing cell in field "ad_lieu" at position "4"
50 5 missing-cell Row at position "50" has a missing cell in field "com_lieu" at position "5"
50 6 missing-cell Row at position "50" has a missing cell in field "insee" at position "6"
50 7 missing-cell Row at position "50" has a missing cell in field "type" at position "7"
50 8 missing-cell Row at position "50" has a missing cell in field "date_maj" at position "8"
50 9 missing-cell Row at position "50" has a missing cell in field "ouvert" at position "9"
50 10 missing-cell Row at position "50" has a missing cell in field "source" at position "10"
50 11 missing-cell Row at position "50" has a missing cell in field "Xlong" at position "11"
50 12 missing-cell Row at position "50" has a missing cell in field "Ylat" at position "12"
50 13 missing-cell Row at position "50" has a missing cell in field "nbre_pl" at position "13"
50 14 missing-cell Row at position "50" has a missing cell in field "nbre_pmr" at position "14"
50 15 missing-cell Row at position "50" has a missing cell in field "duree" at position "15"
50 16 missing-cell Row at position "50" has a missing cell in field "horaires" at position "16"
50 17 missing-cell Row at position "50" has a missing cell in field "proprio" at position "17"
50 18 missing-cell Row at position "50" has a missing cell in field "lumiere" at position "18"
50 19 missing-cell Row at position "50" has a missing cell in field "comm" at position "19"
51 1 constraint-error The cell "03183-C-001,,Place du Champ de Foire,Place du champ de foire,LE MONTET,"03183",Parking,2019-08-29,true,"220300016",3.0535136,46.40858365,"5",,,,,," in row at position "51" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
51 2 missing-cell Row at position "51" has a missing cell in field "id_local" at position "2"
51 3 missing-cell Row at position "51" has a missing cell in field "nom_lieu" at position "3"
51 4 missing-cell Row at position "51" has a missing cell in field "ad_lieu" at position "4"
51 5 missing-cell Row at position "51" has a missing cell in field "com_lieu" at position "5"
51 6 missing-cell Row at position "51" has a missing cell in field "insee" at position "6"
51 7 missing-cell Row at position "51" has a missing cell in field "type" at position "7"
51 8 missing-cell Row at position "51" has a missing cell in field "date_maj" at position "8"
51 9 missing-cell Row at position "51" has a missing cell in field "ouvert" at position "9"
51 10 missing-cell Row at position "51" has a missing cell in field "source" at position "10"
51 11 missing-cell Row at position "51" has a missing cell in field "Xlong" at position "11"
51 12 missing-cell Row at position "51" has a missing cell in field "Ylat" at position "12"
51 13 missing-cell Row at position "51" has a missing cell in field "nbre_pl" at position "13"
51 14 missing-cell Row at position "51" has a missing cell in field "nbre_pmr" at position "14"
51 15 missing-cell Row at position "51" has a missing cell in field "duree" at position "15"
51 16 missing-cell Row at position "51" has a missing cell in field "horaires" at position "16"
51 17 missing-cell Row at position "51" has a missing cell in field "proprio" at position "17"
51 18 missing-cell Row at position "51" has a missing cell in field "lumiere" at position "18"
51 19 missing-cell Row at position "51" has a missing cell in field "comm" at position "19"
52 1 constraint-error The cell "03185-C-001,,Parking Saint-Jean,Route de Néris,MONTLUCON,"03185",Parking,2019-08-29,true,"220300016",2.6099707,46.32602626,"5",,,,,," in row at position "52" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
52 2 missing-cell Row at position "52" has a missing cell in field "id_local" at position "2"
52 3 missing-cell Row at position "52" has a missing cell in field "nom_lieu" at position "3"
52 4 missing-cell Row at position "52" has a missing cell in field "ad_lieu" at position "4"
52 5 missing-cell Row at position "52" has a missing cell in field "com_lieu" at position "5"
52 6 missing-cell Row at position "52" has a missing cell in field "insee" at position "6"
52 7 missing-cell Row at position "52" has a missing cell in field "type" at position "7"
52 8 missing-cell Row at position "52" has a missing cell in field "date_maj" at position "8"
52 9 missing-cell Row at position "52" has a missing cell in field "ouvert" at position "9"
52 10 missing-cell Row at position "52" has a missing cell in field "source" at position "10"
52 11 missing-cell Row at position "52" has a missing cell in field "Xlong" at position "11"
52 12 missing-cell Row at position "52" has a missing cell in field "Ylat" at position "12"
52 13 missing-cell Row at position "52" has a missing cell in field "nbre_pl" at position "13"
52 14 missing-cell Row at position "52" has a missing cell in field "nbre_pmr" at position "14"
52 15 missing-cell Row at position "52" has a missing cell in field "duree" at position "15"
52 16 missing-cell Row at position "52" has a missing cell in field "horaires" at position "16"
52 17 missing-cell Row at position "52" has a missing cell in field "proprio" at position "17"
52 18 missing-cell Row at position "52" has a missing cell in field "lumiere" at position "18"
52 19 missing-cell Row at position "52" has a missing cell in field "comm" at position "19"
53 1 constraint-error The cell "03234-C-001,,Parking Salle Polyvalente,Salle Polyvalente. place de la Mairie,ST GERAND DE VAUX,"03234",Parking,2019-08-29,true,"220300016",3.40064274,46.38009454,"6",,,,,," in row at position "53" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
53 2 missing-cell Row at position "53" has a missing cell in field "id_local" at position "2"
53 3 missing-cell Row at position "53" has a missing cell in field "nom_lieu" at position "3"
53 4 missing-cell Row at position "53" has a missing cell in field "ad_lieu" at position "4"
53 5 missing-cell Row at position "53" has a missing cell in field "com_lieu" at position "5"
53 6 missing-cell Row at position "53" has a missing cell in field "insee" at position "6"
53 7 missing-cell Row at position "53" has a missing cell in field "type" at position "7"
53 8 missing-cell Row at position "53" has a missing cell in field "date_maj" at position "8"
53 9 missing-cell Row at position "53" has a missing cell in field "ouvert" at position "9"
53 10 missing-cell Row at position "53" has a missing cell in field "source" at position "10"
53 11 missing-cell Row at position "53" has a missing cell in field "Xlong" at position "11"
53 12 missing-cell Row at position "53" has a missing cell in field "Ylat" at position "12"
53 13 missing-cell Row at position "53" has a missing cell in field "nbre_pl" at position "13"
53 14 missing-cell Row at position "53" has a missing cell in field "nbre_pmr" at position "14"
53 15 missing-cell Row at position "53" has a missing cell in field "duree" at position "15"
53 16 missing-cell Row at position "53" has a missing cell in field "horaires" at position "16"
53 17 missing-cell Row at position "53" has a missing cell in field "proprio" at position "17"
53 18 missing-cell Row at position "53" has a missing cell in field "lumiere" at position "18"
53 19 missing-cell Row at position "53" has a missing cell in field "comm" at position "19"
54 1 constraint-error The cell "03262-C-001,,Centre Aqualudique,Parking Centre Aqualudique,ST VICTOR,"03262",Parking,2019-08-29,true,"220300016",2.58529404,46.37863358,"5",,,,,," in row at position "54" and field "id_lieu" at position "1" does not conform to a constraint: constraint "pattern" is "^([013-9]\d|2[AB1-9])\d{3}-C-\d{3}$"
54 2 missing-cell Row at position "54" has a missing cell in field "id_local" at position "2"
54 3 missing-cell Row at position "54" has a missing cell in field "nom_lieu" at position "3"
54 4 missing-cell Row at position "54" has a missing cell in field "ad_lieu" at position "4"
54 5 missing-cell Row at position "54" has a missing cell in field "com_lieu" at position "5"
54 6 missing-cell Row at position "54" has a missing cell in field "insee" at position "6"
54 7 missing-cell Row at position "54" has a missing cell in field "type" at position "7"
54 8 missing-cell Row at position "54" has a missing cell in field "date_maj" at position "8"
54 9 missing-cell Row at position "54" has a missing cell in field "ouvert" at position "9"
54 10 missing-cell Row at position "54" has a missing cell in field "source" at position "10"
54 11 missing-cell Row at position "54" has a missing cell in field "Xlong" at position "11"
54 12 missing-cell Row at position "54" has a missing cell in field "Ylat" at position "12"
=== ===== ================ =================================================================================================================================================================================================================================================================================================================================================================================================================================
Infos additionnelles
La migration vers la nouvelle version de la librairie frictionless
/ framework
(cf. #48 (moved)), qui nous obligera à revoir les rapports d'erreur de Validata (qui ont évolué dans framework
v5), devrait avoir comme condition de succès de résoudre ce problème.
Semble par ailleurs lié au type d'erreur Validata "Schema is not valid" déjà croisé sur d'autres problèmes :