Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Example of Value

Comments

ActionType

EXTRACT

Constant value for all extracts.

StreamName

eagle_ml-2-0_default_cm_execwkfl

Constant value for all extracts.The name of the message stream to which data is sent from the Control Message stream. This stream runs the workflow.

WorkflowName

eagle_wrf_generic_extract


FeedType

SMF,FINANCIALEVENT

Defines the list of object to be extracted.
Should contain a comma-separated combination of values:

  • ENTITY – all ENTITY + RULE will be extracted
  • RULE – all RULE will be extracted
  • REFERENCE – all REFERENCE [ISSUER + SYSTEM + SECURITY] will be extracted
  • ISSUER – all ISSUER group only will be extracted
  • SYSTEM – all SYSTEM group only will be extracted
  • SECURITY – all SECURITY group only will be extracted
  • WAREHOUSE – all WAREHOUSE will be extracted
  • CORPORATEACTIONS – all CORPORATEACTIONS group will be extracted
  • SMF – all SMF will be extracted
  • ACCOUNTING – all ACCOUNTING group will be extracted
  • CORPORATEACTIONS – all CORPORATEACTIONS group will be extracted
  • FINANCIALEVENT – all FINANCIALEVENT will be extracted
  • CLIENT – all CLIENT will be extracted

You can also select only specific extract types from a group, such as: ENTITYLISTLISTEXTRACT, WRHSCLOSELOTEXTRACT, WRHSNAVEXTRACT
For a list of all object groups, see Extract Object Groups.

Anchor
Compress
Compress
Compress

Y (default)
N
ZIP
GZIP
GZ
TAR (only UNIX)
TARGZ (only UNIX)
B64
TAR+B64 (only UNIX)
TARGZ+B64 (only UNIX)
GZIP+B64
GZ+B64
ZIP+B64

Y – Default method ZIP (.zip extension)
N – this setting disables compression for extracted files. Available only for FILE delivery method.
ZIP – files will be compressed as ZIP archive (.zip extension)
GZIP, GZ – files will be compressed altogether in one TAR archive, only after this it will be compressed as GZIP archive, because GZIP can work only with one file. (.tar.gz extension)
TAR – files will be compressed as TAR archive (.tar extension)
TARGZ – files will be compressed as TAR archive (.tar.gz extension)
B64– files will be compressed as ZIP archive and then encoded to base64 text
TAR+B64– files will be compressed as TAR archive and then encoded to base64 text
TARGZ+B64– files will be compressed as TARGZ archive and then encoded to base64 text
GZIP+B64 – files will be compressed as TARGZ archive and then encoded to base64 text
GZ+B64 – files will be compressed as TARGZ archive and then encoded to base64 text
ZIP+B64– files will be compressed as ZIP archive and then it will be compress to base64 text


Info

Important notes:

  • If delivery method is JMS, all archive will be automatically compressed as base64 text-encoded
  • Generic Extract workflow and simple extract have some several differences:
    1. Generic Extract cannot produce GZIP archives, because GZIP does not allow multiple files, so at first a TAR archive will be created and after this it will be compress as GZIP. Simple extract works fine with GZIP
    2. Default value for compress in Generic Extract is ZIP
    3. Default value for compress in simple extract is G ZIP
  • Compress parameter would affect the way you set CustomExtractLocation parameter:
    1. Compress = Y or specific archivation format: the relative path for CustomExtractLocation is resolved relative to the extracts folder [...]/cmw/extracts/
    2. Compress = N: the relative path for CustomExtractLocation is resolved relative to the Packer stream folder [MessageCenter root directory]/estar/tpe/data/msgcenter/out/TAGVALUE/eagle_ml-2-0_default_cm_packer/


...