MarcEdit .NET COM API Documentation

MARC21.MARCSplit Method 

MARCSplit provides the ability to split larger record sets into smaller file sets.

public int MARCSplit(
   string sSource,
   string sDest,
   int records
);

Parameters

sSource
Source MARC file
sDest
Destination directory
records
Record numbers per file

Return Value

Returns the number of files created

Implements

MARC21_Interface.MARCSplit

See Also

MARC21 Class | MARCEngine5 Namespace