From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Subject: How to convert CSV text containing newlines to org-table? Date: Mon, 06 Apr 2015 18:58:43 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1140f5d21efb61051312e323 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfCER-0003Sk-0K for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 14:58:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfCEQ-0006j4-Ac for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 14:58:46 -0400 Received: from mail-ig0-x22b.google.com ([2607:f8b0:4001:c05::22b]:33796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfCEQ-0006iw-5O for emacs-orgmode@gnu.org; Mon, 06 Apr 2015 14:58:46 -0400 Received: by iget9 with SMTP id t9so6370520ige.1 for ; Mon, 06 Apr 2015 11:58:44 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --001a1140f5d21efb61051312e323 Content-Type: text/plain; charset=ISO-8859-1 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 | --001a1140f5d21efb61051312e323 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I have this sample text:
=
a,b,c,"def,=A0
ghi"

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

| a =A0 =A0| b | c | "def | =A0 |
| ghi" | =A0 | =A0 | =A0 =A0 =A0| =A0 |

This was my expected outcome:

| a | b | c |= def, |
| =A0 | =A0 | =A0 | ghi =A0|


--001a1140f5d21efb61051312e323--