Create Generic Load Profile

Overview

Configuring Profiled Generic Load through EJM MT allows you:

  • to use a more plain form;

  • to generate profiled generic load configuration files here-and-now on Publish;

  • to avoid re-generating profiled generic load configuration files on each profile execution;

  • to use different EJM profiles for the same profiled generic load instance;

  • to escape the need to change customer/filesets.inc and customer/transform_pairs.inc includes manually;

  • to have only workflow name as a mandatory schedule execution parameter.

Required Steps

To create Profiled Generic Load:

  1. Open EJM Monitoring Tool (MT) and choose Activities tab.

     EJM Monitoring Tool (MT) Activities tab
  2. Under drop-down menu choose Add Generic Load Profile option

  3. Enter required parameters.

  4. Press Publish button to publish the profile.

    Add Generic Load Profile option

Configure Profile Name

Profile name is set in the field between Workflow Name and _wrf_generic_load. Please be informed that profile name will be used as a prefix for profiled generic load, thus it is redundant to add profile extension or word “profile” in this field.

Configure Data Files Processing

Add File

To add files to the workflow user can click Add File button.

Remove File

To remove a file from the profile use Remove File button with focus set on the row you want to remove.

Please be advised that order of files does not affect processing order or order of load. Files will be consumed by profile executor on arrival to the region and results of translation will be loaded according to dependencies that are determined by eagle_wrf_generic_load workflow.

Configure file processing options

File mask in File Mask field (please be advised that wildcards are not needed and are not supported. Date rules are supported. Anything after @ symbol is considered as date rule and will be handled accordingly on processing

Name of translator in Translator field. It drops down a list allowing to choose a specific translator from existing list of streams on the region.

To pass files to profiled generic load without translation, you should type "no translation" instead of a translator name.

Feed type or feed types that are expected as result of translation of incoming file by the specified translator. Please be advised that there is a menu under the three dots symbol which allows to add common EagleML objects.

But user is free to just type in EagleML object names in the Feed Types field. This may be useful for cases when user needs to add EBD files ({EagleML feed type}EDB_DATA, {EagleML feed type}EDB_KEYS) or Cancel ({Feed type group}CANCEL{Feed type name} such as WarehouseCancelTrade, WarehouseCANCELCashActivity) files.

Configure Post-processing

Post-processing tab allows user to determine steps that should happen after data files load. User is free to configure any post-processing step or sequence of steps.

Step Type – type of post processing. Possible options are: CM, subprocess or task.

Step Name – name of translator/task /workflow which will be used for post-processing.

        If step type is CM – step name will be used as name of stream that should be triggered by control message

        If step type is task – step name will be used as name of stream for which trigger file will be sent through eagle_ml-2-0_default_cm_control_message stream

        If step type is subprocess – step name will be used as name of workflow that should be launched as subprocess.

Condition To Execute – condition when Post Processing step should be executed. Value can be configured to be evaluated on runtime, use EXPR# prefix to set expression.

Parameters – incoming parameters for Post Processing step. Use EXPR# to set parameter values that should be evaluated on runtime based on workflow launch parameters.

Example:

Configure Custom Parameters

Provides the ability to setup specific parameters for the workflow.

Parameter names can be dynamic. To set dynamic parameters use EXPR# prefix before expressions to evaluate.

Configure customer/transform_pairs.inc

Publishing Profiled Generic Load definition does not require user actions to fix customer/transform_pairs.inc

EJM MT adds transform pair or pairs required for configured profiled generic load automatically on publish.

Configure customer/filesets.inc

Publishing Profiled Generic Load definition does not require user actions to fix customer/filesets.inc

EJM MT adds code to customer/filesets.inc if it is required for configured profiled generic load automatically on publish.