17 Nov
2010
17 Nov
'10
7:18 a.m.
On 11/17/2010 12:29 PM, Andreas Harder wrote:
Hi all,
the database module don't seem to work as expected. I've tried an example from m-database.mkiv, no pdf is produced, or did I miss something?
Same here. Adding a single \eTABLE after \stopCSV makes the last line of the CSV appear in a PDF document, so I suspect some form of grouping error.
\usemodule[database]
\starttext \defineseparatedlist [CSV] [separator={,}, before=\bTABLE,after=\eTABLE, first=\bTR,last=\eTR, left=\bTD,right=\eTD]
\startCSV a,b,c d,e,f \stopCSV \stoptext
By the way, the files on http://source.contextgarden.net/ are from 2010.03.30!?
These are supposed to be updated by hand, and if nobody does so ... Best wishes, Taco