MARC21_InterfaceMARCSplit Method |
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 int MARCSplit(
string sSource,
string sDest,
int records
)
Function MARCSplit (
sSource As String,
sDest As String,
records As Integer
) As Integer
int MARCSplit(
String^ sSource,
String^ sDest,
int records
)
abstract 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
See Also