9 May
2010
9 May
'10
6:29 p.m.
Hello, There seems to be a bug in the database module when using the quotechar and command option at the same time. Here is a minimal example. \usemodule[database] \defineseparatedlist [CSV] [separator=comma, quotechar={"}, command=\Whatever] \def\Whatever#1#2{[#1][#2]\par} \starttext \startCSV One,Two Three,Four \stopCSV \startCSV One,Two "Three,three",Four \stopCSV \stoptext It works as expected when commenting the fifth line. Regards, Vianney