MARC21Export_Tabbed_MARC Method (String, String, String, Int32) |
Export a delimited field list from a set of MARC records.
Namespace: MARCEngine5Assembly: 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
)
Public Function Export_Tabbed_MARC (
sSource As String,
sArgs As String,
sDest As String,
IsMARC As Integer
) As Integer
public:
virtual int Export_Tabbed_MARC(
String^ sSource,
String^ sArgs,
String^ sDest,
int IsMARC
) sealed
abstract Export_Tabbed_MARC :
sSource : string *
sArgs : string *
sDest : string *
IsMARC : int -> int
override Export_Tabbed_MARC :
sSource : string *
sArgs : string *
sDest : string *
IsMARC : int -> int
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:
Int32returns 1 if successful, 0 if unsuccessful
Implements
MARC21_InterfaceExport_Tabbed_MARC(String, String, String, Int32)See Also