-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
mailmerge currently reads CSV files as data source.
For more complex templates, for instance containing one or more tables, a more appropriate format seems to be JSON, or, more specifically, json lines, which can be generated by some databases natively (see e.g. FOR JSON AUTO in MS SQL)
I have preliminary implementation in my branch: nickolay@02efaf2