释义 |
DictionarySeeCSVcomma separated values
comma separated values (file format)(CSV) A file format used as a portablerepresentation of a database. Each line is one entry orrecord and the fields in a record are separated by commas.Commas may be followed by arbitrary space and/or tabcharacters which are ignored. If field includes a comma, thewhole field must be surrounded with double quotes. |