does jasper etl/Talend support SWIFT MESSAGE PROCESSING?
Hi,
I really appreciate if some one who knows well talend and their comoonents can give me some answers to this.
1. Are there any adaptors which are already available for SWIFT processing?
2. If not available then does any one implemented SWIFT messages (MT messages) using talend existing components?
Regards
Srinivas
Hi Srinivas, There is not componet of TSO available that supports swift messages. But you can use the swift API (Java) in TSO jobs. The tJava, tJavaRow, tJavaFlex and tLoadLibrary components can be used for loading and executing the API methods. Thanks and Regards, Pravu Mishra.
Thanks Pravu Mishra. Please correct if I am wrong here. What you are mentioning here is you can execute/call SWIFT APIS(These API should be external to Talend) using Java components. Srinivas
tLoadLibrary component can be used for external jar file(API) loading and tJava, tJavaRow, tJavaFlex can be used for executing methods inside the API. use of tJava and tJavaRow depends the way you need to execute methods and use the returned values from the API method in the defined schema or context variables. Thanks and Regards, Pravu Mishra.