![](https://secure.gravatar.com/avatar/3abe5a26c84c897ec3b38d6a6c3ec04a.jpg?s=120&d=mm&r=g)
9 May
2010
9 May
'10
2: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