cancel
Showing results for 
Search instead for 
Did you mean: 

CC File Receiver NFS with no endseparator

Former Member
0 Kudos

Hello,

I have a scenario where I have to create a file but I don´t want it to have any new lines, so all the records must be in the same line.

Any idea on how to configure the cc.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Alejandro,

Use end separator '0' in FCC in receiver channel.


<urn:FileSenderData>

         <Row>

            <Field1>AA</Field1>

            <Field2>BB</Field2>

         </Row>

         <Row>

            <Field1>XX</Field1>

            <Field2>YY</Field2>

         </Row>

         <Row>

            <Field1>11</Field1>

            <Field2>22</Field2>

         </Row>

      </urn:FileSenderData>

Regards,

Praveen.

Answers (0)