...
Values must be set in one of the following formats:
ISIN,CUSTOM1 – include only ISIN and CUSTOM1 xref nodes to the extract file (for example, to an SMF extract – of course, if the SMF has xrefids with these xref id types), like:
Code Block language xml […] <isin>TST_ISIN_VALUE</isin> <xrefIdentifiers> <xId1> <xId>TST_CUSTOM1_VALUE</xId> <xIdType>CUSTOM1</xIdType> </xId1> </xrefIdentifiers> […]
I(ISIN,CUSTOM1) – include only ISIN and CUSTOM1 xref nodes to the extract file (for example, to an SMF extract – this way of setting values matches simple comma-separating "ISIN,CUSTOM1");
E(ISIN,CUSTOM1) – exclude particular ISIN and CUSTOM1 xref nodes from the extract file (for example, from an SMF extract). As a result, the extract file will contain all xref identifier nodes, except for ISIN and CUSTOM1;
L(%CUSTOM%) – include only xref identifiers with types matching the CUSTOM mask to the extract file (for example, to an SMF extract).
For example:Code Block language xml […] <xrefIdentifiers> <xId1> <xId>TST_CUSTOM1_VALUE</xId> <xIdType>CUSTOM1</xIdType> </xId1> <xId2> <xId>TST_CUS_VALUE</xId> <xIdType>CUSTOM2</xIdType> </xId2> </xrefIdentifiers> […]
...
Code Block |
---|
<CODE> IF :param_SpokeSID: = 'QA1312LN' THEN [ :varSpokeDeliveryMethod: := 'FTP'; :varSpokeFTPURL: := '10.130.34.95'; :varSpokeFTPUser: := '*****'; :varSpokeFTPPass: := '*****'; :varSpokeEnitityList: := 'RTPLIST'; :varSpokexrefidtypeoutput: := 'E(CUSTOM1,CUSTOM2)'; :varSpokeDeliveryStreamName: := 'i2i_send_to_spoke_QA1312LN'; :varSpokeFTPFolderForExtractFile: := 'CMW/inbound/'; :varSpokeFTPFolderForRemoteTSR: :='CMW/remotereplyQA13LN/'; :varFromFolder: := 'data/msgcenter/cmw/extracts/'; :varToFolder: := 'data/msgcenter/cmw/extracts/'; :varSpokeEnvURL: := 'https://SV13WEB0057.eagleinvsys.com'; :varSpokeEnvLogin: := '******'; :varSpokeEnvPass: := '******'; ]; </CODE> |
Info | ||
---|---|---|
| ||
|