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?