MARC21_InterfaceExport_Tabbed_MARC Method (String, String, String) |
Export a delimited field list from a set of MARC records.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax int Export_Tabbed_MARC(
string sSource,
string sArgs,
string sDest
)
Function Export_Tabbed_MARC (
sSource As String,
sArgs As String,
sDest As String
) As Integer
int Export_Tabbed_MARC(
String^ sSource,
String^ sArgs,
String^ sDest
)
abstract Export_Tabbed_MARC :
sSource : string *
sArgs : string *
sDest : string -> int
Parameters
- sSource
- Type: SystemString
Source file - sArgs
- Type: SystemString
List of arguments separated by commas. Example: =300,=500,=245 - sDest
- Type: SystemString
Destination file
Return Value
Type:
Int32Returns 1 if successful, 0 if unsuccessful
See Also