lsms-worldbank / susometa

Extracts data from Survey Solutions' questionnaire and other metadata.
Other
0 stars 0 forks source link

Extract translations from JSON and Excel metadata files #5

Open arthur-shaw opened 9 months ago

arthur-shaw commented 9 months ago

Background

The questionnaire metadata contains translations in a few ways.

The list of translations, along with their UUID and name, appears in the Translations object the end of the JSON file. For example:

  "Translations": [
    {
      "Id": "6cb3ee41-0e36-994c-a9a9-2e596323f9da",
      "Name": "Français"
    }
  ],

The translations themselves live in Translations/{translation_uuid}.xlsx, where the UUID in the file name matches the UUID in the JSON file's translation list.

The translation file contains these columns:

Tasks