Hello Everybody,
My scenario is SFTP -> Proxy:
Input File will look like this:
"ET-00.0001";"BOSSARD";"3062096
"ET-00.0001";"BOSSARD";"3062096
"ET-00.0001";"BOSSARD";"3062096
Output structure should look like this:
<?xml version="1.0" encoding="UTF-8"?>
<ns0:MT_Datei_Out xmlns:ns0="http://namespace">
<Recordset>
<Record>
<value0/> ===== (value0 will contain a single row from the flat file)
</Record>
</Recordset>
</ns0:MT_Datei_Out>
Please refer the screen-shot for module configuration:
Error Message: 'xml.keyFieldName' is missing (4403) Parameter 'xml.keyFieldType' is missing (4403) ;
As I do not have any keyfield in the input structure, I did not mentioned it in the module config. Does anyboday please help me out to get the output structure?
Thanks & Best Regards,
Satish.