Skip to Content
0
Former Member
Nov 03, 2005 at 12:18 PM

CSV Recordset

25 Views

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?