Import sample from csv file

Registered by Christophe CHAUVET

Add a sample of import from a csv file

Blueprint information

Status:
Complete
Approver:
Christophe CHAUVET
Priority:
Medium
Drafter:
Christophe CHAUVET
Direction:
Needs approval
Assignee:
None
Definition:
Obsolete
Series goal:
Accepted for 2.0
Implementation:
Started
Milestone target:
milestone icon 2.0
Started by
Christophe CHAUVET
Completed by
Christophe CHAUVET

Related branches

Sprints

Whiteboard

Implement a class to read a csv and return a dict

from oobjlib.csv import Reader

reader = Reader('file.csv')
from row in reader:
    print '%s' % row['name']

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.