help-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-recutils] rec2csv --delim question


From: Charles Millar
Subject: [help-recutils] rec2csv --delim question
Date: Fri, 15 May 2015 15:03:38 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Given

%rec: Foo

%Bar: entrybar1
%Baz: entrybaz1

%Bar: entrybar2
%Baz: baz2

saved in Testrec2.rec using Emacs

Using shell command in emacs, rec2csv --delim=| Testrec.rec

shell output is

/bin/bash: OCLP.rec: command not found
rec2csv: unrecognized option '--delim='

On the other hand

rec2csv Testrec.rec

the shell output result is or are comma separated values.

"%Bar","%Baz"
"entrybar1","entrybaz1"
"entrybar2","baz2"

I use emacs orgmode and converting the records to values separated by a | would make life a little easier to create tables.

Do I misunderstand the use of --delim? Am I incorrectly invoking the --delim option? Is | not one of the options?

Charlie Millar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]