Author |
Message
|
ajayshankar |
Posted: Tue Nov 08, 2011 9:12 am Post subject: Help needed with ffd conversion |
|
|
Newbie
Joined: 08 Nov 2011 Posts: 1
|
Hi all,
We need help in this scenario.
Our backend is mainframe so our data will be binary .So we are using ffd for converting it to xml .suppose we are getting 00000 as a value for a field from backend, it has to be converted to 000.00 through ffd.is there anyway this can be done?
Thanks in advance
Ajay |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 08, 2011 10:02 am Post subject: Re: Help needed with ffd conversion |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ajayshankar wrote: |
Hi all,
We need help in this scenario.
Our backend is mainframe so our data will be binary .So we are using ffd for converting it to xml .suppose we are getting 00000 as a value for a field from backend, it has to be converted to 000.00 through ffd.is there anyway this can be done?
Thanks in advance
Ajay |
Standard transformation from COBOL copybook. Broker 101.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 08, 2011 10:48 am Post subject: Re: Help needed with ffd conversion |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
ajayshankar wrote: |
Hi all,
We need help in this scenario.
Our backend is mainframe so our data will be binary .So we are using ffd for converting it to xml .suppose we are getting 00000 as a value for a field from backend, it has to be converted to 000.00 through ffd.is there anyway this can be done?
Thanks in advance
Ajay |
Standard transformation from COBOL copybook. Broker 101.  |
And yet, this is the DataPower forum. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 08, 2011 11:26 am Post subject: Re: Help needed with ffd conversion |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mqjeff wrote: |
And yet, this is the DataPower forum. |
That'll teach me to pay more attention... _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 08, 2011 11:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Now if only there were a clear statement of what 'ffd' was, then perhaps the original poster could get some useful advice.
Although presumably there isn't anything that'd functionally difficult about setting field precision and the location of a decimal point in *any* transformation/modelling interface. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Nov 08, 2011 11:39 am Post subject: Re: Help needed with ffd conversion |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
mqjeff wrote: |
And yet, this is the DataPower forum. |
That'll teach me to pay more attention... |
It's caught me a couple of times....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rekarm01 |
Posted: Tue Nov 08, 2011 12:37 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
mqjeff wrote: |
Now if only there were a clear statement of what 'ffd' was, then perhaps the original poster could get some useful advice. |
'ffd' refers to (Contivo Analyst) Flat File Descriptor files. It's one of the tools that DataPower supports for transforming binary messages. Non-trivial transforms require additional licensing, but with that comes documentation. |
|
Back to top |
|
 |
|