Hello Pablo. Here is the solution of your minimal example: http://public.hajtmar.com/?cesta=JRsVFQdsJhwoWyAdFwQROwZWBFkwERgeFzAEJjMbLSY... Examples of more complex and comprehensive application of my t-scancsv.lua mudule are available at: http://public.hajtmar.com/?cesta=JRsVFQdsJhwoWyAdFwQROwZWBFkwERgeFzAEJjMbLSY... I zip the entire folder and you can download it at: http://public.hajtmar.com/files/TeX/context/t-scancsv_ConTeXt_module/t-scanc... Perhaps those that serve well. Jaroslav Hajtmar Dne 6.11.2014 18:57, Pablo Rodriguez napsal(a):
On 11/05/2014 04:42 PM, Jaroslav Hajtmar wrote:
Hello Pablo. I do very often mailmerge using ConTeXt. I do it with my lua library and data in my external CSV file. Unfortunately I do not have a manual to the my lua library. If you send me a minimal example of how you imagine it, I'll send you back solving and my lualibrary too... Hi Jaroslav,
many thanks for your reply.
Is your library scancsv.lua and is it described at http://public.hajtmar.com/files/TeX/TeXperience2011/knihovna_ScanCSVlua.pdf? (I read a previous English version ;-)).
Do you have any plans to release it as a module? Or to publish it at GitHub?
The minimal sample would be envelopes such as: \setuppapersize[C6, landscape] \setuppagenumbering[location=] \starttext Name\\ Address\\ Postcode--City\\ \stoptext
csv file would be:
Name;Address;Postcode;City; Me;Street;0000;Here; You;Square;9999;There;
Many thanks for your help,
Pablo