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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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