Positive pay file text format in D365 F&O

I have configured new ER positive pay format of text file, and the format designer is as below’
image

And out put is file is as below with two records with fields acount number and check number
AAAAAAAA, CCCCC
AAAAAAAA, CCCCC

Howver my requirement is to get the file in below format

AAAAAAAA,
CCCCC

AAAAAAAA,
CCCCC

Please suggest how can I design format designer for the same.

did you try putting in another string of “\n” for new line?

Hello Jacob, tried that and result is, it is printing as it is …ex : \n

1 Like

Issue resolved after adding formula as CHAR(10) for string field named as carriagereturn

1 Like