- You can choose the following characters: fields enclosed, fields terminated, escaped and line ends
- The following characters are escaped: the escaped-character itself, the line ends character, the enclosed character (if given) and the fields terminated character if no enclosed character is given
- NULL values are written without enclosed character. If it is enclosed, it is interpreted as a string.
- When importing a csv, unenclosed \N is also interpreted as NULL (this format is used by mysqldump)
- The recommended formats should work best. When importing, enclosed/terminated/escaped characters should be all only one character long (line ends may be longer).
|