cancel
Showing results for 
Search instead for 
Did you mean: 

Can we handle content convertion for TabDelimiter flat file in JMS

Former Member
0 Kudos

Hi,

Is it possible to handle content conversion for TabDelimiter flat file in JMS (Not in FILE adapter).

If possible .. can you please explain.

Regards,

Siva.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey

you can use '0x09' for tab

Thanx

Aamir

Former Member
0 Kudos

Hi, Siva:

Yes, this is possible.

JMS adapter to handle content cnversion is similar to the way file adapter does.

Check page 23 of the following link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e5...

reg,

suresh

Former Member
0 Kudos

Hi, Siva:

Yes, this is possible.

The way that JMS adapter to handle content cnversion is similar to the way file adapter does.

Different from file adapter, you do not have to specify "Content Conversion" as transport protocol, you need to use transformation bean (localejbs/AF_Modules/MessageTransformBean) in Module tab.

Check page 23 of the following link:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e5...

Liang

Former Member
0 Kudos

Hi Liang,

Thanks for your reply.

I have referred the page 23 in the link u sent, but I could not able to get for tab delimeter.

What exactly I am looking is that I want the ascii code for Tab delimeter, this I have to give in the CC parameters in JMS receiver adapter.

Thanks,

Ravi.

Former Member
0 Kudos

0x09 is the code for tab delimeter