Re: [PHP]: CSV export

2003-08-22 Thread Christophe Chisogne
Kai Poppe wrote: I'm trying to export database entries to a CSV file for Excel. Everything's working perfectly except that "blob" (long-text) fields that contain line-breaks are being exported to different lines within the CSV. With "excel" CSV: - \n is a record separator - ; is the

[PHP] [PHP]: CSV export

2003-08-22 Thread Kai Poppe
Hello NG ! I'm trying to export database entries to a CSV file for Excel. Everything's working perfectly except that "blob" (long-text) fields that contain line-breaks are being exported to different lines within the CSV. I can't figure out how to convert the \n's respectively chr(13).chr(10) into