Click or drag to resize

MARC21MARCSplit Method

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

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public 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

Implements

MARC21_InterfaceMARCSplit(String, String, Int32)
See Also