Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 4 of 4

Thread: problem in data recording from custom/html items

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Sep 2010
    Posts
    1

    Same problem

    I seem to have the same problem. R stops reading my csv data at the strange character. The proposed solution however did not help in my case. I tried character set definitions iso-8859-1, windows-1252, utf-8 and us-ascii without success. I am using IE 7.

    Any other ideas?


    Edit: As a workaround, I now use GNU sed to remove the characters. In case someone has the same problem and uses R, here's how I do it (be sure to adapt the paths):

    Code:
    mydataframe <- read.csv(pipe("C:/Programme/GnuWin32/bin/sed.exe -e \"s/\\c@//g\" \"C:/path/to/questionnaire.csv\""), header=TRUE, sep=",", quote="", stringsAsFactors=FALSE, comment.char="", fileEncoding="latin1")
    I still think it would be preferable if MediaLab would take care of clean data files.
    Last edited by Sven; 09-01-2010 at 09:02 AM. Reason: Workaround added

Similar Threads

  1. recording data from custom html item
    By ljubica in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 03-23-2010, 09:39 AM
  2. position and size of html in custom items
    By MandaHyde in forum MediaLab Older Versions: How Do I...
    Replies: 2
    Last Post: 10-29-2009, 12:43 PM
  3. Problem with having only 1 variable in Custom Item HTML
    By xaros in forum MediaLab Older Versions: Troubleshooting
    Replies: 3
    Last Post: 11-25-2008, 12:55 PM
  4. Problem with ü (umlaut) when using html-custom items
    By Henrik in forum MediaLab Older Versions: Troubleshooting
    Replies: 1
    Last Post: 11-17-2008, 04:19 PM
  5. Saving Data from Custom HTML Text Boxes
    By brewer in forum MediaLab Older Versions: How Do I...
    Replies: 3
    Last Post: 09-26-2006, 03:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •