Author |
Message
|
soudhanya |
Posted: Mon Feb 27, 2017 11:46 am Post subject: BLOB to DFDL parsing in java compute node |
|
|
Novice
Joined: 27 Feb 2017 Posts: 20
|
How to convert BLOB to DFDL parsing in java compute node
[/url] |
|
Back to top |
|
 |
soudhanya |
Posted: Mon Feb 27, 2017 11:49 am Post subject: |
|
|
Novice
Joined: 27 Feb 2017 Posts: 20
|
CREATE LASTCHILD OF OutputRoot DOMAIN('DFDL') PARSE(inBitStream, 546, 1208, '','{http://www.ibm.com/dfdl/RecordSeparatedFieldFormat}:CustomerResult','' , 0); |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Feb 27, 2017 12:07 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
soudhanya wrote: |
CREATE LASTCHILD OF OutputRoot DOMAIN('DFDL') PARSE(inBitStream, 546, 1208, '','{http://www.ibm.com/dfdl/RecordSeparatedFieldFormat}:CustomerResult','' , 0); |
Which is not in a Java node as was mentioned in the original post.
What if the system is isolated from the Internet? Does the bit of the command that references ww.ibm.com sill work? _________________ 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. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 27, 2017 12:15 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Look at the methods available on the MbElement object. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
soudhanya |
Posted: Mon Feb 27, 2017 2:03 pm Post subject: |
|
|
Novice
Joined: 27 Feb 2017 Posts: 20
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 27, 2017 2:57 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
soudhanya wrote: |
Any help? |
Which part of mqjeff's hint was unclear?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 28, 2017 4:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
soudhanya wrote: |
Any help? |
Which part of mqjeff's hint was unclear?  |
To be slightly more clear.
There is a Java class named "MbElement'.
It is documented in javadoc format that is accessible from the Broker knowledge center.
It is confusing, as the java doc is labaled 'User Defined Extension API', when it's just as good for JavaCompute nodes.
The MbElement class has several methods.
Look at them. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|