Export Feature in a Process Model

I am trying to export data from an editable grid in an interface to a PDF file. The only problem is that the data that I have managed to get exported does not appear displayed with each field being displayed in different rows as it was supposed to. It is displaying as showed below:

I have tried using "char(10)" in between lines but it has not worked. Below, an example of the code that I have implemented in order to do so:

Could you please help me understanding how to get something like this:

N;

N;

N;

(...)

instead of something like this: N; N; N; (...)
???

Thank you for your attention.

  Discussion posts and replies are publicly visible