[pyar] CSV y flags

Leandro Minatel leandro en minatel.com.ar
Lun Dic 7 19:44:05 ART 2015


Gracias por las respuestas! me quedo con el set() que no solo resuelve
perfectamente la cuestión, sino que si el día de mañana aparece un código
de registro nuevo simplemente se agrega al archivo de parametrización.

Nuevamente, gracias!
Slds

2015-12-07 6:42 GMT-03:00 Facundo Batista <facundobatista en gmail.com>:

> 2015-12-06 21:52 GMT-03:00 Leandro Minatel <leandro en minatel.com.ar>:
>
> > lReg = [False] * 9
> > with open(filename) as f:
> > for line in f:
> > reg = line[1:3]
>
> Si el archivo es un CSV, te conviene leerlo con el módulo "csv".
>
>
> > if reg == "00":
> > lReg[0] = True
>
> Andá guardando los registros en un set(), y luego compará que tengas todos:
>
>    if registros == {"00", "01", ...}:
>       ....
>
> Slds.
>
> --
> .    Facundo
>
> Blog: http://www.taniquetil.com.ar/plog/
> PyAr: http://www.python.org/ar/
> Twitter: @facundobatista
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20151207/ec5ca359/attachment.html>


More information about the pyar mailing list