csv reading is unavailable because cells containing newline are not quoted
I want export in csv BUT result is
unavailable to read
because I have multiline fields.
Please, make full compatibility with specification RFC 4180 which use other programs.
Csv format details:
- rows are delimited by a newline
- cells are separated by comma
- cells containing comma,
" double quote, or newline are quoted; quotes are escaped as ""
Zoho Creator are not quoted multiline fields. This is breaks 2.6 of RFC 4180.
Thanks.