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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Parsing Financial Information eXchange

We are using Talend Data Integration tool in our project and there is a requirement to parse  Financial Information eXchange (FIX) protocol  messages…does Talend / Data Mapper supports it?

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Goyal,

If it's a basic text then you are use the tfileinputdelimited. If it is the XML then the ifileinputXML can be used. if the protocol is using fixed width files, then the tFileinputpositional is used. In each instance you will need to configure the Input component based on the Protocol definitions, such as Delimiters, etc. 

 

hope this helps