Author |
Message
|
henna |
Posted: Thu May 15, 2008 1:05 pm Post subject: xml to fixed format |
|
|
Newbie
Joined: 15 May 2008 Posts: 3
|
Hi All,
I have a requirement wher i have to change a xml to fixed format.By Fixed format i mean
NAME|LOCATION|OCCUPATION|
1 - 4| 5- 12 | 13 - 22 |
i have never done this type of requirement before.Any suggestions for what to be the delimiter and how to go about it. Thanks in advance. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu May 15, 2008 1:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
If you have a requirement, then I would assume that somebody is asking you to do it. I'd ask them about the delimiter. If the example you give is exactly what you need, then I'd consider making it a C structure and importing it in rather than creating it by hand. |
|
Back to top |
|
 |
henna |
Posted: Thu May 15, 2008 1:37 pm Post subject: |
|
|
Newbie
Joined: 15 May 2008 Posts: 3
|
I may not have understood what you suggested,
But Fixed format i need is as output from broker.How to import it as a C
structure.
INPUT--XML
OUTPUT--FIXED FORMAT |
|
Back to top |
|
 |
kimbert |
Posted: Thu May 15, 2008 2:05 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Options are:
- Pay for some training
- Look in the Samples gallery.
- Read the documentation
- Search this forum
This is a very, very simple problem. |
|
Back to top |
|
 |
henna |
Posted: Thu May 15, 2008 5:22 pm Post subject: |
|
|
Newbie
Joined: 15 May 2008 Posts: 3
|
Thanks Bower5932.I get it now. |
|
Back to top |
|
 |
anupama |
Posted: Thu May 15, 2008 7:43 pm Post subject: XML to Fixed |
|
|
Novice
Joined: 03 Apr 2008 Posts: 19
|
Hi
Henna what is browser5932,frm where u got it.... |
|
Back to top |
|
 |
bower5932 |
Posted: Fri May 16, 2008 7:23 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
bower5932 would be me. Go look at my append earlier in this thread....
kimbert, good to 'see' you again.... |
|
Back to top |
|
 |
|