cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical Mapping for nested structures

Former Member
0 Kudos

Hi,

I have nested nodes in my file and i have created mapping for it and it working properly in case if there are few records say 3000 or 4000. When it crosses 5000 records for the last few records the nested structure is missing.

Do any body has come across these kind of issues?

my structure is.

<Positions>

- <Position>

<InternalSecondment>False</InternalSecondment>

<TimeSplit>100.00</TimeSplit>

<Office>Lond</Office>

<Department>Real</Department>

</Position>

- <Position>

<InternalSecondment>True</InternalSecondment>

<TimeSplit>100.00</TimeSplit>

<Office>HKOffice>

<Department>test</Department>

</Position>

</Positions>

But sometimes the value is missing and the output comes with an emoty tag <Positions />

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Arun,

When you are trying to process huge files, it is better to go ahead splitting the messages.

The below blog speaks about Multi-mapping....

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Thanks,

Former Member
0 Kudos

Hi Hareen,

Thanks dor the reply. I would have a look at the blog. Any ides why the generic graphical mapping is not working for nested structures?

Thanks again.

Sri

Former Member
0 Kudos

Hi Arun,

Not sure why the Graphical mapping is failing. Might be due to huge data. It is better go ahead with Java mapping(DOM parser) when trying to run with huge data.

Thanks,