MARC21_InterfaceExport_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)
Syntaxstring Export_Tabbed_MARC_Stream(
string str,
string sArgs,
int bIsMarc = 1
)
Parameters
- str
- Type: SystemString
MARC String - sArgs
- Type: SystemString
List of arguments separated by commas. Example: =300,=500,=245 - bIsMarc (Optional)
- Type: SystemInt32
1 is marc, 0 is mnemonic (default is 1)
Return Value
Type:
StringReturns string results (empty if error)
See Also