SWIFT Module 7.1 SP10.July 2020 | Configuring SWIFT Module for Message Exchange over SAA | Creating Inbound and Outbound Mapping Services | Parsing to the Subfield Level
 
Parsing to the Subfield Level
You can configure SWIFT Module to parse to the subfield level in your outbound and inbound mapping services. To do so, set the subfieldFlag variable to true when invoking the following services:
* wm.fin.dev:importFINItems
* wm.fin.dfd:convertTagFormat
* wm.fin.dfd:convertBizNameFormat
For information about these services, see WmFIN Package Services.
For inbound messages, if you want to manually parse messages to the subfield level (without using the subfield option), you must manually remove the SWIFT delimiter (/) from between subfields. For outbound messages, if you want to manually identify subfields (without using the subfield option), you must add the SWIFT delimiter.
Note:
The DFDs files do not define subfields for some compound fields in the following directories: Integration Server_directory \packages\WmFIN\config\dfd\version and Integration Server_directory \packages\WmFIN\import\version. If you require subfields for a tag where they are not provided, you can edit the DFD files. Follow the SWIFT documentation when adding subfields. The DFD files located in the WmFIN\import\version directory take precedence over the DFD files located in the WmFIN\config\dfd\version directory.