cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Content Conversion - no CR/LF

Former Member
0 Kudos

has anyone been able to successfully use content conversion when there are not carriage returns/line feeds between the headers & lines? We are receive MQ messages that are continuous streams of data containing the header data and all the lines. The segements are all fixed-width, but we can only get content conversion to work if we insert carriage returns & line feeds between hearder & the 1st line, then between all lines. We'd like it to parse based on length alone. currently, content conversion just reads the header, and throws the remaining data away.

thanks!

amy

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amanda

Did u succed duing it ?

mayb with xml.endSeparator parameter?

Former Member
0 Kudos

Hi Amy,

Unfortunately, the default adapter configuration does not provide this feature. You will have to write java code.

There are 2 options available:

1. develop user-module for the adapter and parse its content before sending it to the integration server.

2. send the content of the data to XI without any parsing and use java mapping to parse the data.

In this case, option 2 is probably easier.

Regards,

Bill