RE: Optional Field essue.
- From: Siva <siva@xxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Dec 2006 06:31:02 -0800
Thank you for your help.
I fixed the issue now. I had to set the complexity and allow early
termination, allow optional nodes in the root level. It works fine now.
I have another issue. Is it possible to have duplicate tags in the Flat file
Schema?
In my case I have D02 ( Detail 02) line in the header level and the detail
level. Both of them have different information.
I tried to avoid the tag for one of the D02 but it didnt work. My tag can
not be more then 3 charactors since customer name start at 4th position in
D02. I have other lines starting with D01 and D03 so I dont think I can use
"D" or "D0" as tag. Is there any way to solve my problem?
I can not make any changes in input flat files. So I have to handle this
case in schema level.
Thank you
--
Thank you,
Siva
"micvos" wrote:
When you left out the optional records, did you remove the field delimiters.
as wel?
"Siva" wrote:
Hi,
I have Flat file schema. It has some record fields as optional.
When i use the input flat file with all those optional records, my schema
works fine.
When I use input with missing one or two of those optional records then the
schema creating xml file for the records above the missing optional field.
For example, If my flat file have following struct,
H01
H02
H03 (Optional)
D01(Optional)
D02
D03
If i miss H03 or D01 in my input flat file, then my xml out put is created
with out D02 and D03. How can I fix this?
I changed the,
allow_terminate_optional_fields="true"
allow_early_termination="true"
parser_optimization="complexity"
Still no luck.
Any help please?
--
Thank you,
Siva
- Prev by Date: RE: SAP IDES 4.7 DVD - www.shopsap.com
- Next by Date: RE: help with serialization error in Orchestration
- Previous by thread: Re: Optional Field essue.
- Next by thread: Re: BizTalk 2006 FTP adapter polling interval
- Index(es):
Relevant Pages
|