Skip to Content
0
Former Member
Oct 19, 2011 at 06:18 AM

File adapter - content conversion

29 Views

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