CSV newline Encoding remark
Microsoft
- Wrapped in "
and use /n/r
new-line characters
Example
"some value over two lines",some other value
http://stackoverflow.com/questions/566052/can-you-encode-cr-lf-in-into-csv-files
Unix
- use /n
new-line character
http://stackoverflow.com/questions/1761051/difference-between-n-and-r