(Mac) CSV export must use CRLF end-of-lines per RFC 4180
CSV format is standardized by RFC 4180 (https://tools.ietf.org/html/rfc4180). Upon the first look at DataGrip CSV export, it looks like the default format follows RFC with one notable exception: new lines produced on Mac are LFs with no option to set them as CRLF. I'd make sense to me to always produce CRLFs (for "Newline" option) to improve compatibility with the standard.
Please sign in to leave a comment.
Hi,
I created an issue https://youtrack.jetbrains.com/issue/DBE-5402 you can track and vote for.
Thank you.