Click or drag to resize

MARC21Export_Tabbed_MARC_Stream Method

Export a delimited field list from a set of MARC records.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
public string Export_Tabbed_MARC_Stream(
	string str,
	string sArgs,
	int IsMARC = 1
)

Parameters

str
Type: SystemString
marc string
sArgs
Type: SystemString
List of arguments separated by commas. Example: 300,500,245$a
IsMARC (Optional)
Type: SystemInt32
true if the file is marc, false if its the mnemonic file

Return Value

Type: String
returns 1 if successful, 0 if unsuccessful (default is 1)

Implements

MARC21_InterfaceExport_Tabbed_MARC_Stream(String, String, Int32)
Remarks
Note, in some COM implementations, this function signature would be defined as Export_Tabbed_MARC_Stream_2
See Also