CsvFunctions
The Csv class contains functions
for reading CSV files.
Not for Gloop
The CsvFunctions class is intended for use in Groovy. Gloop already has
flat file services, allowing users to read and write flat files
(which includes CSV files) natively in Gloop.
Here's a short Groovy snippet using one of the functions in the CsvFunctions class:
1 2 3 4 5 6 | |