The csvexportline( function generates a comma delimited line of data containing all the fields in the current record.
Parameters
No parameters.
Description
The csvexportline( function generates a comma delimited line of data containing all the fields in the current record. The line is generated in CSV format (see RFC 4180). Any non-text fields (numeric, date) will be converted to text as they are placed into the comma delimited line. The comma delimited line does not include a carriage return or linefeed character at the end.
If a field contains a comma, double quote ("), carriage return or linefeed, it is surrounded with double quotes, and any double quotes within the field are turned into 2 double quotes. Otherwise, the field is left unquoted.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |