Creating a csv file without including a <br /> tag

I was trying to create a comma separated report and have it emailed.
The report is attached as a csv file, but there is a
tag included for a new line.
I tried appending a %0D to the end of the last field of the report, and that caused successive records to be placed on individual lines.
Now, how to I get rid of the
html tag.

Any ideas?

Thanks,
Bob_K