MarcEdit .NET COM API Documentation

MARC21.MARCJoin Method 

MARCJoin provides the ability to join a set of files into a single file.

public void MARCJoin(
   string sSource,
   string sDest
);

Parameters

sSource
Source files. Files are delimited using a "|" character.
sDest
Destination file

Implements

MARC21_Interface.MARCJoin

See Also

MARC21 Class | MARCEngine5 Namespace