Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dureemois empty #90

Closed
wants to merge 2 commits into from
Closed

Conversation

menbati
Copy link

@menbati menbati commented Mar 9, 2022

Bonjour,

Suite au fix précédent (jq) quelques fichiers de marches-publics.info tombent en erreur sur la CI :

Correction de aws-marchespublics-annee-2019.json...
jq: error (at ./original-data/aws-marchespublics-annee-2019.json:3654667): Expected JSON value (while parsing '')
Correction de aws-marchespublics-annee-2020.json...
jq: error (at ./original-data/aws-marchespublics-annee-2020.json:4097946): Expected JSON value (while parsing '')
Correction de aws-marchespublics-annee-2021.json...
jq: error (at ./original-data/aws-marchespublics-annee-2021.json:3569669): Expected JSON value (while parsing '')

Cela est dû à la propriété dureeMois qui est vide dans quelques rares cas. Exemple Marché ID 201933PA04 de aws-marchespublics-annee-2019.json :

      "dureeMois": "",

Edit : j'oublie de préciser : je mets la valeur par défaut à 1 dans le cas où on n'arrive pas à détecter un nombre sur la propriété dureeMois. Valeur totalement arbitraire car je n'ai pas trouvé de "valeur par défaut" pour ce champ dans le reste du projet...

@menbati
Copy link
Author

menbati commented Mar 9, 2022

Zut, j'ai fait la branche depuis mon précédent commit quel boulet -_-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant