Jose Luis Arellano <mailto:jose.4rell...@gmail.com>
12. September 2016 um 19:25
Is there a way to import data from csv using tabulate?
\usemodule[database]

\startbuffer[data]
927,273,276
308,930,298
934,390,278
\stopbuffer

\defineseparatedlist
  [TESTLIST]
  [separator=comma,
   before={\starttabulate[|l|l|l|]},
   after=\stoptabulate,
   first=\NC,
   last=\NR,
   right=\NC]

\starttext
\processdatabasebuffer[TESTLIST][data]
\stoptext

Wolfgang
___________________________________________________________________________________
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