Hi all. Quick question about php and comma or tab separated value files.
Recently I had to extract some data from a postgresql database, into a format such that it could be used in Excel.
I extracted the data into both comma and tab separated value files, but always when there was a new line in the data it would be translated literally as a new line in the file, and Excel would treat it as the start of a new record thus rendering the whole file useless.
Does anyone have any advice as to how to avoid this problem?
Thanks in advance,
Pablo