cancel
Showing results for 
Search instead for 
Did you mean: 

Content Conversion

Former Member
0 Kudos

Could some one tell me if it is possible to use the "Document Offset" functionality with the JMS adapter?

I know I can use it with the File Adapter... to be able to use only the lines after the first 'n' lines but can this be achieved with the JMS adapter and if so how...

Ciao

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alex !

Check this document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50061bd9-e56e-2910-3495-c5faa652...

I think that you could use this document to define a record structure for the lines that you want to discard and then just don't process them inside the mapping.

Another idea: create 2 scenarios, the first one JMS->XI->File, just create a file based on the JMS message content. Then create another scenario, File->XI->???? that picks up that file, uses file content conversion with document offset and transfers the file to the final destination.

Regards,

Matias

ps: please award points if helpful.