Command Reference > Infacmd bg Command Reference > exportGlossary
  

exportGlossary

Exports the business glossaries available in the Analyst tool. The Analyst tool exports business glossary data in the .xlsx or .zip format based on the options that you specify.
The infacmd bg exportGlossary command uses the following syntax:
exportGlossary

<-DomainName|-dn> domain_name
<-UserName|-un> user_name
<-Password|-pd> Password
[<-SecurityDomain|-sdn> security_domain]
<-AtServiceName|-atn> Analyst_service_name
[<-GlossaryList|-gl> Glossary_list]
[<-Delimiter|-dl> Glossary_name_delimiter]
[<-IncludeCrossGlossaryLinks|-cgl> Include_cross_glossary_links_true_false]
[<-IncludeAuditHistory|-ah> Include_audit_history_true_false]
[<-IncludeAttachment|-att> Include_attachments_true_false]
[<-IncludeOnlyTemplate|-tem> Include_templates_only_true_false]
[<-ExportasPlainTextOnly|-ept> Export_richtext_as_plain_text_true_false]
[<-status|-s> Status_of_assets]
[<-phase|-p> Phase_of_assets]
<-ExportFilePath|-ep> Export_path

Note: The infacmd program uses the following common options to connect to the domain: domain name, user name, password, security domain, and resilience timeout. The table of options has brief descriptions. To see detailed descriptions, refer to Connecting to the Domain.
The following table describes infacmd bg exportGlossary options and arguments:
Option
Description
-DomainName
-dn
Name of the Informatica domain.
-UserName
-un
User name to connect to the domain.
-Password
-pd
Password for the user name.
-SecurityDomain
-sdn
Name of the security domain to which the domain user belongs.
AtServiceName
-atn
Required. Name of the Analyst Service.
The name is not case sensitive and must be unique within the domain. The characters must be compatible with the code page of the associated repository. The name cannot exceed 230 characters, have leading or trailing spaces, or contain carriage returns, tabs, or the following characters:
/ * ? < > " |
-GlossaryList
-gl
Optional. The names of one or more glossaries that you want to export and that you have access to, as determined by the permissions and privileges defined in the Analyst tool. Separate the names of multiple glossaries by the user defined delimiter character.
If you do not specify the names of glossaries, the Analyst tool exports all the glossaries that you have permission to access as determined by the permissions and privileges defined in the Analyst tool.
-Delimiter
-dl
Optional. Specify a custom delimiter if you are exporting multiple glossaries and one of them has a standard delimiter character as part of the glossary name. The standard delimiter is a comma.
Define a custom delimiter of maximum one special character. Use the custom delimiter to separate the names of multiple glossaries.
-IncludeCrossGlossaryLinks
-cgl
Optional. Enter one of the following values:
  • - True to include cross glossary links in the export file.
  • - False to skip cross glossary links in the export file.
Default is true.
-IncludeAuditHistory
-ah
Optional. Enter one of the following values:
  • - True to include audit trail history in the export file.
  • - False to skip the audit trail history in the export file.
Default is false.
-IncludeAttachments
-att
Optional. Enter one of the following values:
  • - True to include attachments in the export file.
  • - Specify False to skip attachments in the export file.
Default is false.
-IncludeOnlyTemplates
-tem
Optional. Enter one of the following values:
  • - True to include only templates in the export file.
  • - False to include both templates and glossary data in the export file.
Default is false.
-ExportasPlainTextOnly
-ept
Optional. Enter one of the following values:
  • - True to export formatted rich text content as plain text.
  • - False to export formatted rich text content as rich text.
Default is false.
-status
-s
Optional. Enter one or all of the following values, separated by a comma:
  • - Active to export assets that are active.
  • - Inactive to export assets that are inactive.
The Analyst tool exports assets that are both active and inactive if you do not specify any value.
-phase
-p
Optional. Enter one or all of the following values, separated by a comma:
  • - Draft to export assets that are in the draft phase.
  • - In_Review to export assets that are in the In Review phase.
  • - Published to export assets that are in the Published phase.
  • - Rejected to export assets that are in the Rejected phase.
  • - Pending_publish to export assets that are in the Pending Publish phase.
The Analyst tool exports assets that are in all phases if you do not specify any value.
-ExportFilePath
-ep
Required.
Specify the path where the command line program must store the exported files.