Read/write comma separated files.
The CSV tool is used to read and write Csv Files.
The methods are static, so they can be called directly, e.g. without the use of a workbench instance.
CSV data is represented as 2 dimensional string arrays in SeqZap, so if a column contains integers it will have to be converted from a string using the integer(string) expression function.