Posted: Fri Mar 21, 2008 10:14 am Post subject: pipe delimited format over http
Acolyte
Joined: 31 Jul 2007 Posts: 56
hi,
I am working with WMB v6.1
I will recieve a pipe delimited file over http.
the first record in the file is a header record which is of variable length, the rest of the records are the data records of fixed length.
eg of the file
FH|413321|filename|sender
131|3434|134134|1343
133|3133|311343|1333
Now how do i parse this using an http node?
If i read it as a BLOB, then how will i separate the header and the data records for parsing in ESQL?
Regardless of the transport (http , MQ etc ) being used, you do not use ESQL for parsing your input message. You use a parser.
See http://www.mqseries.net/phpBB2/viewtopic.php?t=42459 for how to use the MRM parser/TDS physical format for this.[/quote]
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