User Tools

Site Tools


docu:csheet:sysadm:script:python:read_csv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docu:csheet:sysadm:script:python:read_csv [2022/01/05 13:47] admindocu:csheet:sysadm:script:python:read_csv [2022/01/05 13:48] (current) admin
Line 34: Line 34:
                     # and also convert the field to lowercase                     # and also convert the field to lowercase
                     fields.append(re.sub(r'[^\w\.\-]+', '_', field.lower()))                     fields.append(re.sub(r'[^\w\.\-]+', '_', field.lower()))
 +                first = False
             else:             else:
                 i = 0                 i = 0
Line 45: Line 46:
                     i += 1                     i += 1
                 data.append(item)                 data.append(item)
-                first = False 
         return data         return data
     return []     return []
 </code> </code>
docu/csheet/sysadm/script/python/read_csv.1641390450.txt.gz · Last modified: 2022/01/05 13:47 by admin