Re: [O] How to convert CSV text containing newlines to org-table?

2015-04-06 Thread Rasmus
Hi,

Kaushal kaushal.m...@gmail.com writes:

 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  |

For the reference:

LO opens is as
| a | b |c | def\nghi|

And Gnumeric opens it as

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

It's not obvious what is the correct behavior here.

-- 
Send from my Emacs




[O] How to convert CSV text containing newlines to org-table?

2015-04-06 Thread Kaushal
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  |