MARC21Export_Tabbed_MARC 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)
Syntaxpublic int Export_Tabbed_MARC(
string sSource,
string sArgs,
string sDest,
int IsMARC = 1
)
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 (Optional)
- Type: SystemInt32
true if the file is marc, false if its the mnemonic file (default value is 1)
Return Value
Type:
Int32returns 1 if successful, 0 if unsuccessful
Implements
MARC21_InterfaceExport_Tabbed_MARC(String, String, String, Int32)
See Also