DemocracyOS / bill-scraper

Bill scraper for feeding the DemocracyOS platform
8 stars 4 forks source link

Property names in english #3

Open gvilarino opened 11 years ago

gvilarino commented 11 years ago

We're using property names in spanish, we need to translate all of them to english.

{
"sancion": "01/06/2000",
"publicacion": "BOCBA N� 989 del 21/07/2000",
"promulgacion": "De Hecho del 03/07/2000",
"_id": {
  "$oid": "520a8ec68be1e20000000002"
},
"articulos": [
  {
    "articulo": "</b> Proh&iacute;bese a los establecimientos educativos ",
    "_id": {
      "$oid": "520a8ec68be1e20000000008"
    }
  },

For proper translation refer to Akoma Ntoso naming convention, so we start supporting this convention from day 1.

ultraklon commented 11 years ago

My problem here is to find each field correspondence with a Akoma Ntoso onw. This is a more research issue than q programming one (there is just a config file). I should do a research, I'll do this later

ultraklon commented 11 years ago

Can anyone help me to understand what the field name should be?

gvilarino commented 11 years ago

Alright, I'll take this