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

Wrong record at end of CSV and JSON distribution files #552

Open
svavassori opened this issue Nov 13, 2020 · 0 comments
Open

Wrong record at end of CSV and JSON distribution files #552

svavassori opened this issue Nov 13, 2020 · 0 comments

Comments

@svavassori
Copy link

Hello all,

at the end of the https://raw.githubusercontent.com/opencovid19-fr/data/63fdc4f5a85cf00cf74e4777f38524546abc68ab/dist/chiffres-cles.json there is an superfluous wrong record: its date has an underscore instead of a dash and it's a repetition (same thing for csv).

This is probably the result of an previous error in the yaml file generation (file name as well as file content): https://github.com/opencovid19-fr/data/blob/f7af7897e95da64df5b9fb0e0384861f16a98157/ministere-sante/2020_11-11.yaml

Would you mind to fix it?

  {
    "date": "2020-11_11",
    "source": {
      "nom": "Ministère des Solidarités et de la Santé"
    },
    "sourceType": "ministere-sante",
    "casConfirmes": 1865538,
    "deces": 29272,
    "decesEhpad": 13263,
    "hospitalises": 31946,
    "reanimation": 4803,
    "gueris": 133696,
    "nouvellesHospitalisations": 2588,
    "nouvellesReanimations": 351,
    "nom": "France",
    "code": "FRA"
  }

Regards,
Sergio

@svavassori svavassori changed the title Wrong data at end Wrong data at end of CSV and JSON distribution files Nov 13, 2020
@svavassori svavassori changed the title Wrong data at end of CSV and JSON distribution files Wrong record at end of CSV and JSON distribution files Nov 13, 2020
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

No branches or pull requests

1 participant