Mail Merge for FrameMaker

See the download page to obtain this program

Input Format

The input may contain fields of the following form:

$data
followed by the name of a file with merge data
$next
read next line of merge data (e.g. for a sheet of labels)
$field
name of field to be replaced by value in merge data

The field marker $ may be changed in the code.

The merge data has the form:


field_name,field_name,...
field_value,field_value,...
field_value,field_value,...
...

The field separator "," may be changed in the code. Field names are alphanumeric (including "_").

Usage

If necessary, save the original FrameMaker file in MIF format first as file.merge.framemif. (The MIF extension may be just .mif other systems.) Then carry out the mail merge with:

fmerge file.merge[.framemif]

The result will be an output file called file.framemif which can be read into FrameMaker again.

Note that embedded graphics and frames may cause odd effects in the output because they are (incorrectly) shared between the copied pages. They may not appear on the screen but the printed version should be OK.

History

Original due to Tommy Persson, 14/12/92

First public version Ken Turner, 04/12/95


Up one level to FrameMaker Utilities

Web Ken Turner Home   Email    Search Search Web Pages

Last Update: 15th July 2006
URL: https://www.cs.stir.ac.uk/~kjt/software/framemaker/fmerge.html