From: SourceForge.net <no...@so...> - 2005-08-08 16:00:21
|
Bugs item #1241279, was opened at 2005-07-19 19:45 Message generated for change (Settings changed) made by greggmc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Admin >Group: v1.7 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Kon Angelopoulos (angek) >Assigned to: Kon Angelopoulos (angek) Summary: cvs full headers export problems Initial Comment: When exporting data using csv full headers I seem to always get a whole heap of extra info in the csv file. as an example I have attached a csv file. It is from a survey that only has 2 responses. /function/survey_export_csv.inc the comparison (around line 235): if ($key == key($columns[$i])){ should read: if ($key === key($columns[$i])){ ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-24 19:29 Message: Logged In: YES user_id=198398 yes it did. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-22 13:09 Message: Logged In: YES user_id=14116 I still can't duplicate, but have no doubt this could be a bug. Did the change you posted fix it for your case? ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:12 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:05 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Kon Angelopoulos (angek) Date: 2005-07-22 01:01 Message: Logged In: YES user_id=198398 the survey contained 3 questions. The question types used were: yes/no, rate scale and radio button. Now that I've had a closer look at the csv file that I attached to my previous post the problem seems to stem from the rate scale question. The extra output relate to the ratings given to this question by the 2 respondents. Hope this helps. ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2005-07-20 19:38 Message: Logged In: YES user_id=14116 I've gone ahead and submitted this to CVS but I can't duplicated it. Can you duplicate with a very simple survey and send me the question types? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1241279&group_id=8956 |