Export Elements

Export elements in the Process Designer tool are sets of instructions how the parsed data is exported by Automator.

The table below specifies functionality of the Export group elements.

Element Name Description Properties and Comments

Hub

Defines in what way multiple input files should be grouped and the order in which multiple input files will be processed

  • Name — name of the graphic element.

  • File inputs processing:

    • Group — all input files are processed in a group

    • Individually (Export Only) — each input file is processed separately by the following element types: Report Export, Table Export, Summary Export, DataPrep Export, Verify Model, and Verify Workspace

    • Individually – each input file is processed by all elements after the Hub separately

NOTES: When the Individually option is selected, the Process individual inputs in parallel check box is shown. Once this check box is selected, the icon of the Hub element changes from  to . This is because all actions after the Hub element are performed in parallel, meaning all actions are started consecutively and completed consecutively.

The same change can be seen for the export elements when the Individually (Export Only) option is selected. For example,  becomes .

As for the Individually option, the same change in the appearance of icons is observed not only in the export elements but also in the distribution and script elements.  

Note that only 10 inputs can be processed in parallel under the Individually setting because the default Max Threads setting in the Automator Dispatcher Service Host is 10. This value can be changed in Configurator. For more details about the Max Threads setting, refer to the Configurator Guide ("Configuring Servers") in the Monarch Server Installation Guide.

 

  • Order in which to process multiple files:

    • No order — input files are processed in random order

    • Alphabetical — input files are processed alphabetically according to their names

    • Old First — input files are processed in chronological order, i.e., from oldest files to newest ones

    • New First — input files are processed in reverse chronological order, i.e., from newest files to oldest ones

Report Export

Exports data to a report (text, PRF, or PDF format)

  • Name — name of the graphic element.

  • Path — path to the required export file location.

NOTE: Specifying a .PRF or .PDF extension will generate the corresponding file type accordingly. Specifying .TXT or any other extension will generate a file with text-based content only.

Actions to select export file path:

  1. Click the Browse button to open the Browse dialog.

  2. Select the data source type in the Source Type drop-down list (currently, Local, Web, or Named Paths).

  3. Depending on the selected data source type, specify the other parameters:

    • For the Local type: Location of the export file and Path to this file using the suggested folder directory;

    • For the Web type: Address which is a URL of the export file;

    • For the Named Paths type: Named Paths and path to the export  file using the Named Path Content box (use search capabilities if needed).

  4. Click the OK button.

NOTE: You may also use naming macros to name the exported files and destination folder. To do this, click the Insert Macro icon (Insert Macro icon) and select the naming macros from the drop-down list.

  • When output file exists — if a file of the specified name and type already exists in the export location, select one of the following options:

    • Overwrite — overwrites the data of the existing output file with the data in the current export file.

    • Add — adds the export file data to the end of the specified file.

    • Skip — is used for Automator project exports, this allows you to create a project export which will skip the export operation if a file of the same name already exists. This is useful for automated operations, where you may not want to overwrite a file that already exists.

If the export file has PRF or PDF file type, the ADVANCED OPTIONS appear.

Detailed information on the Advanced options (both for PRF and PDF) is specified below this table.

Table Export

Exports table data

  • Name — name of the graphic element.

  • Filter — filter to be applied to the table. You can select the All filters option to apply all of the available filters or the No filter option to apply none of them. If you choose the All filters option, you also need to specify the Automatic Naming options:

    • By files — produces a file for each filter (set as default)

    • By tables — produces a table for each filter

  • Sort — sorting order to the data you are exporting, it is selected from the drop-down list.

  • Output type — defines how the output will be produced, includes two options:

    • File system

    • Database

NOTE: If you select File system, you must specify File options. If you select Database, you must specify Connection options. See description of Connections options and File options below this table.

Detailed information on the Connection options and File options is specified below this table.

Summary Export

Exports summary data

NOTE: Settings of the Summary Report element are disabled if the model is not specified or does not have any summary.

  • Name — name of the graphic element.

  • Output type — defines how the output will be produced. You can select the following options:

    • File system

    • Database

NOTE: If you select File system, you must specify File options. If you select Database, you must specify Connection options.

Detailed information on the Connection options and File options is specified below this table.

  • Summary — summary to be exported. You can select the All summaries option to export all of the available summaries. If you choose the All summaries option, you also need to specify  the Automatic Naming option:

    • By files — when exporting multiple summaries, a file is exported for each summary, and the files are named according to the summary names.

    • By tables — when exporting multiple summaries, a table is produced in the export file for each summary.

  • Drill State — you can select the following drill states:

    • Most detailed — exports the summary in the most detailed (i.e., drilled down) drill state.

    • Current — exports the summary in the current drill state.

  • Measure — is used to export summary that contains multiple measures. You can select the following options:

    • Active measure or measure grouping — exports only the current measure or measure grouping.

    • All measures as separate exports — exports all of the measures as separate exports.

NOTE: If you choose this option, specify the desired Automatic Naming setting, either By files or By tables.

  • Split — select the Each distinct value of the first key makes a separate file or table check box to have Automator split the summary export according to each value change in the first key (i.e., the leftmost one).

Note: If you choose this option, specify the desired Automatic Naming setting, either By files to have each distinct value of the first key make a separate file, or By tables to have each change of it make a separate table.

  • Filter — filter to be applied to the summary. You can select the All filters option to apply all of the available filters or the No filter option to apply none of them. If you choose the All filters option, you also need to specify the Automatic Naming option:

    • By files — produces a file for each filter (set as default)

    • By tables — produces a table for each filter

  • Sort — sorting order to the data you are exporting, it is selected  from the drop-down list.

 

Advanced options

Advanced options for PRF

  1. Encryption: Password-protects the portable report.

  1. Compression: Select one of the following compression options:

NOTE: If you plan to distribute the portable report you should compress it by selecting the Medium or the Maximum option.

Connection options

After you made your choice, the Connection string field displays the connection string for the data you want to connect to.

  1. Select the Include Password check box if your connection requires password. For security reasons, the password is displayed here. (NOTE: Passwords are saved in an encrypted format using 1024-bit encryption strength.)

  2. Select the Bulk Behavior check box to enhance table export performance. (NOTE: This option is applicable for Oracle Database and Microsoft SQL Server OLEDB providers only.)

  3. Select the Use Transaction check box to revert the export via rollback if an error occurs during the export.

NOTE: The Use Transaction check box is only available when the Bulk Behavior check box is selected.

Selecting this option will affect the performance of the table export and may require a large amount of system resources, especially for the target destination. Therefore, make sure to test this option first and then make the necessary adjustments.

The transaction is valid for the export operation only and not for the overall process.

  1. Test Connection String: Tests whether or not the data link was successful (i.e., to test whether you can connect to the specified OLE DB or ODBC provider). If the connection is successful, the Test Connection Succeeded message is displayed.

File options

To select Destination:

  1. Click the Browse button to open the Browse dialog.

  1. In the Source Type list, select the data source type from the following: Local, Web or Named Paths.

  2. Depending on the data source type specify other parameters:

  3. Click the OK button.

  1. File auto-name by

  2. File naming: Name of the desired export file (available only if File-auto-name by is Filter, Summary, Measure titles or The first key value).

NOTE: You may also use the naming macros to name the exported files and destination folder. To do this, click the Insert Macro icon (Insert Macro icon) and select the naming macros from the drop-down list.

  1. Export file type: Select type of export file.

The following options are available:

NOTE:

When the dBase, Microsoft Access ACCDB, or Microsoft Access MDB export file type is selected, the Export Behavior drop-down menu becomes available. The available options are:

From Monarch Server 2022.0, the Panopticon Designer export format (.dwx) has been deprecated, and processes with this file type from previous versions of Monarch Server are no longer supported. Running such processes will lead to a failed export error. Choose an alternative file type in this case.

  1. When output file exists: If a file of the specified name and type already exists in the export location, select one of the following options:

Table options

NOTE: In the When update match not found setting, click the Export to delimited text file check box to export the unmatched record(s) to a delimited text file when updating existing rows in a table, particularly if a matching row is not found in the destination table.

PDF options (displayed if export file is PDF)

These options let you restrict the permissions available to users of the PDF file.

NOTE: If you do not specify PDF file permissions, users will have full access to it.

  1. Encryption options:

Select one of the following encryption options. (NOTE: One (or both) of the passwords must be applied to enable encryption.)

Excel advanced options (displayed if export file is XLS/XLSX)

The following options are available for Summary Exports:

The following option is available for XLS Table Exports:

The following option is available for XLSX/XLSM Table Exports:

Publish to Tableau Server options (displayed if export file is TDE)

This option allows to publish Tableau export to Tableau Server.