Author |
Message |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 11:31 pm Subject: Tagged Delimited problems |
Yes, I´m interested. Thats exactly what I want do do. I would like to extract the key (like entry1...entry(n)) and then model the structure tagged delimited if possible. |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 6:04 am Subject: Tagged Delimited problems |
One thing I don´t really get is what you should match with the data pattern?
Should you just match the key or should you match the entire complex datatype/group?
I´v got a message like this:
... |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 29, 2006 3:27 am Subject: Tagged Delimited problems |
I´ve tried that but it still doesn´t work. Same complaint as before about a missing group indicator. |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 11:50 pm Subject: Tagged Delimited problems |
Well, that seems to work. The broker identifies the element but throws an exception saying that an group indicator is missing at a specified position. The problem is that there is a group indicator at ... |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 5:42 am Subject: Tagged Delimited problems |
Can´t get it to work. Do you know if there are any good documentation in handling such cases?
Thanks for all your help!
Regards,
Hampus |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 4:03 am Subject: Tagged Delimited problems |
Yes, but I can´t find a Data Element Separation -type which is named "Tagged Variable Elements Delimited".
I´ve got:
Tagged Delimited
Tagged Fixed Length
Tagged Encoded Length
All Elements De ... |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 3:20 am Subject: Tagged Delimited problems |
Ok, but I can´t find a "Tagged Variable Elements Delimited" group. I´m using WBIMB 5.x.
/Hampus |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 2:43 am Subject: Tagged Delimited problems |
Ok, how do I do that then? As for now I´m using a Data Element Separation of Tagged Delimited, Group Indicator {, Group Terminator } and Delimiter |
I only get an error saying that entry1 is an in ... |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 2:18 am Subject: Tagged Delimited problems |
But I still don´t know how many 1, 2, 3 etc there are going to be.
It could be entry1..entry5, entry1..entry10 or entry1..entry1000.
I should be possible to use regexp on tha tag name as it is ... |
Topic: Tagged Delimited problems |
hampe98
Replies: 19 Views: 11509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 28, 2006 12:09 am Subject: Tagged Delimited problems |
Hi All,
I´m trying to create a message set to support a format like this:
{header={type=abcd}|entry1={tag=value}|entry2={tag=value}|entry3={tag1=value|tag2=value.....
The problem I´m having ... |