cancel
Showing results for 
Search instead for 
Did you mean: 

CSV Recordset

Former Member
0 Kudos

I have an interface

<contracts>

<conract>

..

</contract>

..

</contracts>

File Adapter converts in to

<contracts>

<Recordset>

<Contract>

...

</Contract>

</Recordset>

</contracts>

Is it possible to delete <Recordset>?

Or I need to define separate interface for CSV?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Sergey,

try setting the:

ignoreRecordsetName = true

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

I've even found this in one weblog:

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

Regards,

michal

Answers (0)