cancel
Showing results for 
Search instead for 
Did you mean: 

Recordset footer

Former Member
0 Kudos

Hi,

I want delimeter '|' at the end of each record and the footer shuld start in new line. It shuld not come in concat to '|'.

ex:

R1 | R2 | R3 |........

Footer

For this, I have done Recordset.endSeparator '|'. But Footer is appending to recordset which I want in new line.

Hope am clear.

Thanks,

Anil.

Accepted Solutions (0)

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

Assume

<Record>

<Row>

R1

R2

R3

......

</row>

<footer>

footer

</footer>

Then

row.fieldSeparator=|

row.endSeparator=|

footer.beginSeparator='nl'