MarcEdit .NET COM API Documentation

MARC21_Interface.MARCSplit Method 

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

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

See Also

MARC21_Interface Interface | MARCEngine5 Namespace