Posted: Fri Mar 01, 2013 10:41 am Post subject: ESQL code in WMB for adding carriage return at every 1024
Newbie
Joined: 01 Mar 2013 Posts: 7
Hi All,
I need to know how to send message to the outputRoot, such that, the incoming message is a BLOB and I need to add carriage return at every 1024 bytes. The incoming message may contain n*1024 bytes.
I agree with mqjeff. WMB is very good at doing this type of transformation without any need for writing code.
You should
- Use the CWF parser to parse the input message
- Use the TDS parser to write the output message
You can use the same message set and the same message definition for input and output - just change the physical format from CWF to TDS.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum