CSV Export – File Format
WordPress Plugin Staff List CSV Export – File Format.
Default Export Settings
- Column names in the first row.
- Column delimiter: tab (\t).
- Field enclosure: double quotes (“)
- Row delimiters: a line break (CRLF).
- Encoding: UTF-16LE
These CSV files should work on all platforms and software.
CSV Export Options
- Column delimiter: comma (,) semicolon (;) pipe (|) or tab.
- Field enclosure: none, double quotes (“).
- If double quotes are used to enclose fields, then a double quote appearing inside the field will be escaped by preceeding it with another double quote.