seykron / ogov-importer

Argentina's Congress bill importer
GNU General Public License v2.0
2 stars 2 forks source link

People entries have duplicated/wrong entries in committees. #5

Open martinszy opened 10 years ago

martinszy commented 10 years ago

Example:

{"pictureUrl":"http://www4.hcdn.gob.ar/fotos/wsantillan_medium.jpg", "name":"SANTILLAN, WALTER MARCELO", "user":"wsantillan", "email":"wsantillan@diputados.gob.ar", "district":"TUCUMAN", "start":"10/12/2011", "end":"09/12/2015", "party":"FRENTE PARA LA VICTORIA - PJ", "role":"legislative", "committees":[ {"id":"camunicipale","name":"ASUNTOS MUNICIPALES","position":"vicepresidente 1º"}, {"id":"ccultur","name":"CULTURA","position":"secretario"}, {"id":"cceinformatic","name":"COMUNICACIONES E INFORMATICA","position":"vocal"}, {"id":"cdhygarantia","name":"DERECHOS HUMANOS Y GARANTIAS","position":"vocal"}, {"id":"ceydregiona","name":"ECONOMIAS Y DESARROLLO REGIONAL","position":"vocal"}, {"id":"cltrabaj","name":"LEGISLACION DEL TRABAJO","position":"vocal"}, {"id":"copublica","name":"OBRAS PUBLICAS","position":"vocal"}, {"id":"cpyssocia","name":"PREVISION Y SEGURIDAD SOCIAL","position":"vocal"}, {"name":"","position":"COMUNICACIONES E INFORMATICA"}, {"name":"","position":"LEGISLACION DEL TRABAJO"}, {"name":"","position":"LEGISLACION DEL TRABAJO"} ] }

See last three entries.

seykron commented 10 years ago

Seems to be fixed in 1.3.0, please check.

martinszy commented 10 years ago

Now it's greatly improved. But there's still one that's repeated (the last one)

{ "pictureUrl":"http://www4.hcdn.gob.ar/fotos/wsantillan_medium.jpg", "name":"SANTILLAN, WALTER MARCELO", "user":"wsantillan", "email":"wsantillan@diputados.gob.ar", "district":"TUCUMAN", "start":"2011-12-10T03:00:00.000Z", "end":"2015-12-09T03:00:00.000Z", "party":"FRENTE PARA LA VICTORIA - PJ", "role":"legislative", "committees":[ { "id":"camunicipale", "name":"ASUNTOS MUNICIPALES", "position":"vicepresidente 1º" }, { "id":"ccultur", "name":"CULTURA", "position":"secretario" }, { "id":"cceinformatic", "name":"COMUNICACIONES E INFORMATICA", "position":"vocal" }, { "id":"cdhygarantia", "name":"DERECHOS HUMANOS Y GARANTIAS", "position":"vocal" }, { "id":"ceydregiona", "name":"ECONOMIAS Y DESARROLLO REGIONAL", "position":"vocal" }, { "id":"cltrabaj", "name":"LEGISLACION DEL TRABAJO", "position":"vocal" }, { "id":"copublica", "name":"OBRAS PUBLICAS", "position":"vocal" }, { "id":"cpyssocia", "name":"PREVISION Y SEGURIDAD SOCIAL", "position":"vocal" }, { "name":"", "position":"DERECHOS HUMANOS Y GARANTIAS" } ] }