[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Export properties as (csv) table
From: |
Bernd Weiss |
Subject: |
[O] Export properties as (csv) table |
Date: |
Tue, 04 Sep 2012 20:04:10 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Dear all,
Let's say I have the following entries and their associated properties.
Is there an easy way to export these information as csv formated table?
* Marc, Mart :Mart_Marc::
:PROPERTIES:
:name: Marc, Mart
:typ: diss
:empirisch: ja
:status: angemeldet
:END:
* Marc, Mart2 :Mart_Marc2:
:PROPERTIES:
:name: Marc, Mart2
:typ: diss
:empirisch: ja
:status: angemeldet
:END:
The final csv table would look like this:
name, typ, empirisch, status
Mart, Marc; diss; ja; angemeldet
Mart2, Marc; diss; ja; angemeldet
I played around with dynamic blocks and spent some time trying to
understand the property API but since my elips skills are very (very)
limited to no avail...
Thanks,
Bernd
- [O] Export properties as (csv) table,
Bernd Weiss <=