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?
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.