SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.dfd Folder | wm.fin.dfd:convertTagFormat
 
wm.fin.dfd:convertTagFormat
This service converts FIN IData from TAGONLY to the specified format and parses whole fields into subfields.
Input Parameters
finIData
Document FIN IData in the format specified in the fromFormat input string.
msgType
String SWIFT message type, for example, 502.
version
String Version number of the SWIFT message record being used, for example, nov10.
toFormat
String The format of the generated blocks and fields for the input SWIFT message. Valid values:
*TAG_BIZNAME (default). SWIFT message tag followed by the business name specified in the message DFD, for example, 23G_Function of the Message.
*TAGONLY. SWIFT message tag only. for example, 23G:.
*BIZNAMEONLY. Business name specified in the message DFD, for example, Function of the Message.
*XMLTAG. XML-compatible tag name. This format cannot contain colons or tags that begin with a number, for example, F23G.
subfieldFlag
String Optional. Specifies whether to parse the fields in the input finIData to the subfield level. Valid values:
*true (default). Parse to the subfield level.
*For inbound messages, removes the SWIFT delimiter (/) between subfields.
*For outbound messages, adds the SWIFT delimiter (/) between subfields.
*false. Parse to the field level.
userParameters
Document Optional. User parameters providing configuration information for the message.
Output Parameters
convertedFinIData
Document Converted FIN IData in the format specified in the fromFormat input string.