[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] extract a region from a table and export it
From: |
Uwe Brauer |
Subject: |
Re: [O] extract a region from a table and export it |
Date: |
Tue, 14 Jun 2016 12:17:30 +0000 |
User-agent: |
Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) |
>>> "John" == John Kitchin <address@hidden> writes:
> or, rows 0, 1 and 4.
> #+BEGIN_SRC emacs-lisp :var d=data
> (loop for i in '(0 1 4) collect (elt d i))
> #+END_SRC
Ok the second code works now, and is almost what I want, but I need it
mostly for columns, it is not obvious for me that corresponds in the
syntax above to columns.
> #+RESULTS:
> | 1 | a |
> | 2 | r |
> | 8 | y |
> Uwe Brauer writes:
>> Hi
>>
>> Is it possible to extract just say two regions from a huge table and
>> convert it to say CSV?
>>
>> Uwe Brauer
- [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it, Philip Hudson, 2016/06/14
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/14
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/14
- Re: [O] extract a region from a table and export it,
Uwe Brauer <=
- Re: [O] extract a region from a table and export it, Rasmus, 2016/06/14
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/16
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/16
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/16
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/16
- Re: [O] extract a region from a table and export it, Uwe Brauer, 2016/06/17
- Re: [O] extract a region from a table and export it, John Kitchin, 2016/06/17