CSVRead

CSVRead(fileName, dialect=None)

Read a CSV File, and return the content.

returns:data = If the data contains headers, it will return a list of Dictionaries. If the data does not contain headers, the data return a nested array.

**Require csv module from IronPython 2.7.4 .. rubric:: References

PEP-0305