Click or drag to resize
MARC21_InterfaceMARCSplit Method
MARCSplit provides the ability to split larger record sets into smaller file sets.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
int MARCSplit(
	string sSource,
	string sDest,
	int records
)

Parameters

sSource
Type: SystemString
Source MARC file
sDest
Type: SystemString
Destination directory
records
Type: SystemInt32
Record numbers per file

Return Value

Type: Int32
Returns the number of files created
See Also