Posted: Tue Sep 01, 2015 11:00 pm Post subject: Blob to Text Convert in Trace node Pattern
Newbie
Joined: 01 Sep 2015 Posts: 1
Situation is i have a ESQL compute node where i am fetching data from data source and propagating the data in Blob format to the MQOUTPUT node row by row. But before MQOUTPUT node i want to trace the data in a file but in a readable(Text) format.
I cannot convert the data in compute node to Text format as MQOUTPUT node expect data to be in Blob format.
Please suggest me any way to convert the data in Trace node Pattern if there is any.
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
you could convert the BLOB and store it in say the Environment or better still LocalEnvironment tree. That way whatever is in ${Root} remains unaltered.
Code:
${Environment}
or
${LocalEnvironment}
be sure to assign a parser to the output tree when converting _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
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