Hi,

I have this sample text:

a,b,c,"def, 
ghi"

When I convert that to org-table using C-u C-c |, I get

| a    | b | c | "def |   |
| ghi" |   |   |      |   |

This was my expected outcome:

| a | b | c | def, |
|   |   |   | ghi  |