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? \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!? Greeting Andreas
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
On 17-11-2010 2:18, Taco Hoekwater wrote:
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.
fixed in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Andreas Harder
-
Hans Hagen
-
Taco Hoekwater