Author |
Message |
Topic: Mapping node : Fill output tag with parent occurence |
mk140589
Replies: 1 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 23, 2014 3:55 am Subject: Mapping node : Fill output tag with parent occurence |
Hi guys,
We have made a mapping from a DFDL format to an XML format.
The input-group, which is referenced in the complete schema, is described as :
<xsd:group name="REC08"> ... |
Topic: Data mapping - grouping of records into one structure |
mk140589
Replies: 5 Views: 2617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 24, 2013 7:04 am Subject: Data mapping - grouping of records into one structure |
I still needed to group the 06-record with the 04-record based on the 05-records which where under the 04-record.
My DFDL structure looked like this :
Goods element
04-record
Good ... |
Topic: Data mapping - grouping of records into one structure |
mk140589
Replies: 5 Views: 2617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 24, 2013 4:35 am Subject: Data mapping - grouping of records into one structure |
Thanks for the reply.
I solved it by modelling my DFDL differently.
Instead of creating separate records, I now have structures to do this grouping. |
Topic: Data mapping - grouping of records into one structure |
mk140589
Replies: 5 Views: 2617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 23, 2013 10:18 pm Subject: Data mapping - grouping of records into one structure |
Hi guys,
I'm creating a new transformation using the graphical data mapping.
In the incoming format I have the following records which relate to each other :
04 - Goods
05 - Just under the 04-re ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2013 4:38 am Subject: DFDL development : multiple version of a fixed length record |
Hi Guys,
Sorry that I'm only coming back this late, but I had some other problems to deal with.
I tried the choice, but it was always taking the first one, even when it encountered the terminator ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 10:45 am Subject: DFDL development : multiple version of a fixed length record |
NO, WRONG ANSWER. If BOTH were working, you would not be asking for help.
I'm asking for help about the versioning, not about the separator.
But for some reason the xsd that I made for a test did ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 10:33 am Subject: DFDL development : multiple version of a fixed length record |
Are you trying to say that if you get FILES containing the same type of RECORDS then the parsing works?
and if you get FILES with different type of RECORDS then it does not ?
Both work, if you do ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 10:24 am Subject: DFDL development : multiple version of a fixed length record |
I get one FILE with several different RECORDS.
As I said before :
My file can get parsed if I leave out the HREC03-records, because these have the versioning.
But it still contains 19 other diffe ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 10:04 am Subject: DFDL development : multiple version of a fixed length record |
This is only one type off record within a file with more than 20 different records.
All records work perfect with the %NL separator.
I am only having troubles with recognizing the different versions ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 9:46 am Subject: DFDL development : multiple version of a fixed length record |
How do you know your separator is %NL ? it is more likely to be %CR;%LF; or %LF;
Because %CR;%LF; and %LF; didn't work with the other records and %NL; does. |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2013 9:18 am Subject: DFDL development : multiple version of a fixed length record |
Hi guys,
I'm sorry that I didn't come back earlier.
@kimbert :
- It is not valid to have 107 or 157 characters, it should be the exact number. It is possible that it is only filled with spaces ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 11:07 pm Subject: DFDL development : multiple version of a fixed length record |
Hi,
I thought that my subject was well declared.
We have 3 different versions of one record.
Each version has a fixed length :
V1 has a length of 100 characters
V2 has a length of 160 character ... |
Topic: DFDL development : multiple version of a fixed length record |
mk140589
Replies: 22 Views: 12357
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2013 10:44 pm Subject: DFDL development : multiple version of a fixed length record |
Hi Guys,
I have a question which I can't solve.
My format contains several fields which can be given or not. (If given, it is not necessarily with data in it, but consists of whitespaces)
For exa ... |
Topic: DFDL : Fixed length/choice - Need a starting point |
mk140589
Replies: 11 Views: 11980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 8:36 am Subject: DFDL : Fixed length/choice - Need a starting point |
After some investigation, I saw the following line in my stack trace :
17 Jun 2013 18:28:21 info: Offset: 938. Found initiator '03' for element 'HREC03'
[dfd ... |
Topic: DFDL : Fixed length/choice - Need a starting point |
mk140589
Replies: 11 Views: 11980
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 8:12 am Subject: DFDL : Fixed length/choice - Need a starting point |
I took 4 characters, because WMB was breaking on 934 when it can't find a resolution for 938.
The stacktrace is the following. (only took the relevant part, because this post is already getting big ... |