Description: Some programs (e.g. MySQL) escape double quotes with backslashes, ignoring RFC 4180 2/7. Libreoffice import is working technically correctly on these files, but the result is "broken" for a layman who exports "CSV" and then imports "CSV". An option to enable backslash-escaped double quotes (simply replace all backslash+double quote with double quote+double quote?) would be verynice. Steps to Reproduce: Import this CSV-like file as CSV: "test1","OK" "test2","Kinda \" OK" "test3","Problematic \"" "test4","behaviour" Actual Results: Three lines imported, line 3 has 3 fields. Expected Results: Four lines imported, all lines have 2 fields. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36
Created attachment 142532 [details] Test case CSV
Created attachment 142534 [details] Screenshot of import unformatted text options. There is a combination of options, that except a blank first column, seems do it fine. Using also separate by \" and without string delimiter.
Created attachment 142535 [details] Expected behaviour
I attached a screenshot of the expected result. This is what the data looks like in MySQL and it would be nice to get it look the same via CSV export/import.
*** This bug has been marked as a duplicate of bug 55049 ***