3 CSV

This chapter is dedicated to the itools.csv package, which offers a handler1 to work with CSV files.

This handler is interesting to use when the CSV file at hand has the structure it is expected to have. That is to say, when it represents a table where each row has the same number of columns, and where each column contains a value of the expected type. For instance:

Client Id

Name

E-Mail

Registration Date

1

Piotr Macuk

piotr@macuk.pl

2004-11-09

2

J. David Ibañez

jdavid@itaapy.com

2006-01-01

The functional scope of the CSV handler, what it is able to do, is:

Footnotes

  1. See Chapter 5.