From: James O'M. <ja...@pa...> - 2002-04-22 14:21:13
|
I worked on the CSV output (both survey_export_csv.inc and download.inc) and realized that delimiting with commas is just too screwed up. I changed everything to </td><td> and made it an html table and everything works great now. Avoids line breaks fine, and the issues with problematic shifting columns are cleared up. It's a simple modification, but it might be worth a look dropping csv or just including html as an option. Seems to import more smoothly into most things (and in excel you don't even have to import and select delimiters... it already knows that it's a table and just opens it). I only have one problem still. For some reason one of the fields is out of order and one is duplicated YESFOUNDRE YESFOUNDRE CORPCHANGE FOUNDCHANG should be YESFOUNDRE FOUNDCHANG YESCORP CORPCHANGE For some reason YESCORP gets dropped and YESFOUNDRE gets duplicated, and FOUNDCHANG is shifted one field away. Anyway, it might be a user entry problem or it might be a bug (or both). All other fields that work the same way, that is, have a "yes/no" field followed by a "why" field work just fine. It's just that _one_ that behaves badly. Shows up perfectly in the survey report page however, so I'm scratching my head. -- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ James O'Malley Altamente.com +1(787)296-1540 _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ |