cwbrowser.cw_connection.load_csv

cwbrowser.cw_connection.load_csv(csv_stream, delimiter=';')[source]

Load a csv file.

Parameters:

csv_stream: open file (mandatory) :

the file stream we want to load.

Returns:

csv_lines: list :

a list containing all the csv lines.