Hi,

the following two database examples produce different output due to
the white space between the field separator and the quotechar.


\usemodule [database]

\defineseparatedlist
  [CSV]
  [quotechar=",
   before={\starttabulate[|l|l|]},
   after=\stoptabulate,
   first=\NC,last=\NR,
   left=,right=\NC]

\starttext

\startCSV
  alpha, loremloremlorem
  beta,"ipsum, ipsum, ipsum"
\stopCSV

\startCSV
  alpha, loremloremlorem
  beta, "ipsum, ipsum, ipsum"
\stopCSV

\stoptext


Can the parser be made tolerant to this space?

Marco

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to