Author |
Message
|
Jithesh shetty |
Posted: Wed Feb 06, 2008 8:22 pm Post subject: WMB : XML to CWF |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
hi,
i have created simple flow for XML to CWF.....
MQinput->Comput->Mqoutput
i/p file
<TEST1>
<TEST>
<HEADER>TEST</HEADER>
<MSGTYPE>ORDERS</MSGTYPE>
<DOCUMENTID>6666666661</DOCUMENTID>
<DOCISSUEDT>080206121212</DOCISSUEDT>
<FREETEXTID1>VMI</FREETEXTID1>
<BUYER>0027855</BUYER>
<SUPPLIER>5038495000019</SUPPLIER>
<CURRENCY>GBP</CURRENCY>
<REFDOCID>VMI_INVRPTD97A_6661</REFDOCID>
<TEST>
<TEST1>
the output which i'm getting is........
TEST.ORDERS.6666666661.080206121.32.212.VMI.0027855.5038495000019.GBP.VMI_INVRPTD97A_6661
But i want output with delimeter is ;....
Please tell me where i can give the delimeter ; for CWF |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Wed Feb 06, 2008 8:24 pm Post subject: Re: WMB : XML to CWF |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
Jithesh shetty wrote: |
hi,
i have created simple flow for XML to CWF.....
MQinput->Comput->Mqoutput
i/p file
<TEST1>
<TEST>
<HEADER>TEST</HEADER>
<MSGTYPE>ORDERS</MSGTYPE>
<DOCUMENTID>6666666661</DOCUMENTID>
<DOCISSUEDT>080206121212</DOCISSUEDT>
<FREETEXTID1>VMI</FREETEXTID1>
<BUYER>0027855</BUYER>
<SUPPLIER>5038495000019</SUPPLIER>
<CURRENCY>GBP</CURRENCY>
<REFDOCID>VMI_INVRPTD97A_6661</REFDOCID>
</TEST>
</TEST1>
the output which i'm getting is........
TEST.ORDERS.6666666661.080206121.32.212.VMI.0027855.5038495000019.GBP.VMI_INVRPTD97A_6661
But i want output with delimeter is ;....
Please tell me where i can give the delimeter ; for CWF |
|
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 07, 2008 2:22 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
Please tell me where i can give the delimeter ; for CWF |
You can't. CWF is for C and COBOL records. You need TDS. |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Thu Feb 07, 2008 2:32 am Post subject: WMB : XML to CWF |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
Thanks for ur reply...
i tried for TDS...in physical properties i gave delimeter ;
But i am getting the O/p like this....
VMIORDERS6666666661080206121212VMI00278555038495000019GBPVMI_INVRPTD97A_6661
Can u help me in this.... |
|
Back to top |
|
 |
Jithesh shetty |
Posted: Thu Feb 07, 2008 3:16 am Post subject: Re: WMB : XML to CWF |
|
|
Acolyte
Joined: 30 Oct 2007 Posts: 51
|
Jithesh shetty wrote: |
Thanks for ur reply...
i tried for TDS...in physical properties i gave delimeter ;
But i am getting the O/p like this....
TESTORDERS6666666661080206121212VMI00278555038495000019GBPVMI_INVRPTD97A_6661
Can u help me in this.... |
|
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 07, 2008 3:38 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Before you post again, please take some time to read the docs. Your scenario is very simple, and you should be able to get it working without help.
Hint : Look up 'Data Element Separation' in the docs. Look at some TDS samples. Read some DeveloperWorks articles about TDS. |
|
Back to top |
|
 |
|