MARC21_Interface.MARCSplit 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)
Syntaxint MARCSplit(
string sSource,
string sDest,
int records
)
Parameters
- sSource
- Type: System.String
Source MARC file - sDest
- Type: System.String
Destination directory - records
- Type: System.Int32
Record numbers per file
Return Value
Type:
Int32Returns the number of files created
See Also