MarcEdit .NET COM API Documentation

MARC21.Export_Tabbed_MARC Method (String, String, String, Int32)

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

public int Export_Tabbed_MARC(
   string sSource,
   string sArgs,
   string sDest,
   int IsMARC
);

Parameters

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

Return Value

returns 1 if successful, 0 if unsuccessful

Implements

MARC21_Interface.Export_Tabbed_MARC

See Also

MARC21 Class | MARCEngine5 Namespace | MARC21.Export_Tabbed_MARC Overload List