Click or drag to resize

MARC21_InterfaceExport_Tabbed_MARC Method

Export_Tabbed_MARC will export a defined set of data into delimited format.

Namespace:  MARCEngine7
Assembly:  MARCEngine7 (in MARCEngine7.dll) Version: 1.0.22.0 (1.0.22)
Syntax
C#
int Export_Tabbed_MARC(
	string sSource,
	string sArgs,
	string sDest,
	int IsMarc = 1
)

Parameters

sSource
Type: SystemString
Source MARC File. Can be either binary MARC or MarcEdit's mnemonic file format.
sArgs
Type: SystemString
Fields/subfields to process. sArgs should be in comma delimited format. Example: =245$a,=500,=856$u
sDest
Type: SystemString
Destination file
IsMarc (Optional)
Type: SystemInt32
Is the file in Binary MARC or the Mnemonic file format. MARC = 1 Mnemonic = 0 (1 is the default)

Return Value

Type: Int32

[Missing <returns> documentation for "M:MARCEngine7.MARC21_Interface.Export_Tabbed_MARC(System.String,System.String,System.String,System.Int32)"]

See Also