cancel
Showing results for 
Search instead for 
Did you mean: 

MAPPING PROBLEM!!!

Former Member
0 Kudos

Hi I have a source structure as

<R1>

.......

</R1>

<H1> this node is unbounded

...

...

...

</H1>

<H2> this node is unbounded

....

....

....

</H2>

<P2> this node is unbounded

...

...

</P1>

<P2> this node is unbounded

...

...

...

</P2>

When i do the file content conversion and upload the xml file into Test-Mapping i get something like this

<R1>

.......

</R1>

<H1>

...

...

...

</H1>

<P1>

...

...

</P1>

<P2>

...

...

</P2>

<P1>

...

...

</P1>

<P1>

...

</P1>

<P1>

...

</P1>

<H2>

....

</H2>

<P1>

...

...

</P1>

<P1>

...

...

</P1>

<P2>

...

...

</P2>

<P1>

...

...

</P1>

IN mapping my target structure should be

<R1>

.......

</R1>

<H1> this node is unbounded

...

...

...

<P2> this node is unbounded

...

...

</P1>

<P2> this node is unbounded

...

...

...

</P2>

</H1>

<H2> this node is unbounded

....

....

....

<P2> this node is unbounded

...

...

</P1>

<P2> this node is unbounded

...

...

...

</P2>

</H2>

I am not knowing what to do ..any suggestions. ????

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi pramod,

could you give more details?

- what is the "source structure"

- why file content conversion?

I can't see your problem. Seems that you have two problems?

BTW: Did you try your mapping without uploading a file?

Does it work correct?

Regards Mario