MarcEdit .NET COM API Documentation

MARC21_Interface.Export_Tabbed_MARC Method (String, String, String)

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

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

Parameters

sSource
Source file
sArgs
List of arguments separated by commas. Example: =300,=500,=245
sDest
Destination file

Return Value

Returns 1 if successful, 0 if unsuccessful

See Also

MARC21_Interface Interface | MARCEngine5 Namespace | MARC21_Interface.Export_Tabbed_MARC Overload List