cwbrowser.cw_connection.load_csv

cwbrowser.cw_connection

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

Load a csv.

Parameters:

text: string (mandatory)

the csv text.

Returns:

csv_lines: list

a list containing all the csv lines.