| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
text.csv - CSV tables CSV format is widely used to exchange table-type data in plain text, although there are apparently no "formal" specification.
CSV table is consisted by a series of records, separated by a newline. Each record contains number of fields, separated by a separator character (by default, a comma). A field can contain comma or newline if quoted, i.e. surrounded by double-quote characters. To include double-quote character in a quoted field, use two consecutive double-quote character. Usually, the whitespaces around the field are ignored.
Right now, the following two low-level procedures are exported. A plan is to provide higher features, such as labelling fields and automatic conversions.
"\r\n"
to prepare a file to be read by Windows programs.