Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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
Labels (2)
3 Replies
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

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.