google-code-export / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

No CR in CSV files #385

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to section=admin&go=participants (or anywhere with a CSV export button)
2. Click export.
3.

What is the expected output? What do you see instead?
Each record should have a CRLF (or some sort of new line char) at the end. As 
is, there is only a space, so the CSV generated cannot be directly used by any 
program

What version of the product are you using? On what operating system?
1.3.0.4

Please provide any additional information below.

Original issue reported on code.google.com by cpa...@gmail.com on 2 Mar 2014 at 3:58

GoogleCodeExporter commented 9 years ago
The CR is actually there, but because the file is  displayed in the browser 
window, the carriage returns turn to spaces, that is, there is not a .csv file 
that downloads. If you "View Source" in the browser, the returns are there, and 
you can copy and paste it into a text file on your computer.

Original comment by cpa...@gmail.com on 2 Mar 2014 at 6:11

GoogleCodeExporter commented 9 years ago
All exports are coded to "force download" instead of splaying across the 
browser screen. If there's a specific export that is not forcing a download of 
a CSV file, please indicate so here.

Original comment by gpzhumphrey on 4 Nov 2014 at 10:57