cancel
Showing results for 
Search instead for 
Did you mean: 

FileToIDoc-Scenario: Additional level in recordset structure

former_member191531
Participant
0 Kudos

Hello,

can I configure the content conversions of the Fileadapter in a way, that an additional level will be inserted (e.g. group1 or group2) ?

I want to get the following structure:

==========================

<recordset>

....<header>

...

....</header>

....<group1>

........<NameA>

............<field1>....</field1>

........</NameA>

........<NameB>

............<field2>....</field2>

........</NameB>

....</group1>

....<group2>

........<NameC>

............<field3>....</field3>

........</NameC>

....</group2>

</recordset>

At the "Recordset Structure" I would have expected a structure like:

=> header,1,group1(NameA,,NameB,),group2(NameC,*)

Does such a kind of notation exist?

Thanks in advance for any hints...

Cheers,

Juergen

Edited by: Juergen Grallert on Feb 23, 2009 2:09 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No..file content conversion allows only first level structures.

Regards,

Prakasu

Answers (1)

Answers (1)

Former Member
0 Kudos

hi..

Can you explain more specific. ?

For content conversion only use for first level. Line bye line.

former_member191531
Participant
0 Kudos

Hi,

I would have needed multi-level for content conversion, but that's not possible (as prakasu has written).

So I'm going to use an XSL-Mapping for creating more levels...

Thanks,

Juergen

Former Member
0 Kudos

Hi Juergen,

I've been making 2 level heirarchies from flat files using node functions. This blog post might help you.

/people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13

Also this:

http://www.riyaz.net/blog/xipi-convert-flat-file-to-deeply-nested-xml-structures-using-only-graphica...

Regards,

Aaron

Edited by: Aaron Myers on Apr 9, 2009 3:25 PM