Click or drag to resize
MARC21Export_Tabbed_MARC Method (String, String, String, Int32)
Export a delimited field list from a set of MARC records.

Namespace: MARCEngine5
Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax
public int Export_Tabbed_MARC(
	string sSource,
	string sArgs,
	string sDest,
	int IsMARC
)

Parameters

sSource
Type: SystemString
Source File
sArgs
Type: SystemString
List of arguments separated by commas. Example: 300,500,245$a
sDest
Type: SystemString
Destination file
IsMARC
Type: SystemInt32
true if the file is marc, false if its the mnemonic file

Return Value

Type: Int32
returns 1 if successful, 0 if unsuccessful

Implements

MARC21_InterfaceExport_Tabbed_MARC(String, String, String, Int32)
See Also