MARCSplit provides the ability to split larger record sets into
smaller file sets.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax public int MARCSplit(
string sSource,
string sDest,
int records
)
Public Function MARCSplit (
sSource As String,
sDest As String,
records As Integer
) As Integer
public:
virtual int MARCSplit(
String^ sSource,
String^ sDest,
int records
) sealed
abstract MARCSplit :
sSource : string *
sDest : string *
records : int -> int
override MARCSplit :
sSource : string *
sDest : string *
records : int -> int
Parameters
- sSource
- Type: SystemString
Source MARC file - sDest
- Type: SystemString
Destination directory - records
- Type: SystemInt32
Record numbers per file
Return Value
Type:
Int32Returns the number of files created
Implements
MARC21_InterfaceMARCSplit(String, String, Int32)See Also