CSVLine is a class to manage CSV line. Instance methods of Array delegates to fields attribute.
Array of CSV fields.
Returns a string escaped CSV control characters(double quotes and returns). If enquote is true, the string are enclosed with double quotes. Or the string are enclosed when it includes CSV control characters or the sepalator.
Generates an instance with the array as fields.
Returns true if self is equal to the CSVLine object.
Returns a string converted to CSV format with the sepalator. If enquote is true, each fields are enclosed with double quotes.