Text processing: Class CSV Walter Rodrigo de Sá Cruz (contact me)
This is a very simple class that can be used to convert an array into a CSV row value.
It traverses the array to pick each entry value, escapes the values and concatenates in a string that can be stored in a row of a CSV file.