Hi all,
I have one parameter x in my structure which identifies on which server the file should be generated.
After this parameter I have this structure: (rows of the file)
Recordset structure: ns0:MT_STDB_FILE,row,row.column
ns0:MT_STDB_FILE.fieldSeparator |
row.fieldSeparator |
row.column.fieldSeparator |
row.endSeparator '0x0D''0x0A'
The file will be generated successfully.
But in the first line the first value is the value of the parameter x.
I don't have specified the parameter x in the recordset structure.
How can I remove the value of parameter x?
Regards