Težave in rešitve
From LimeSurvey Manual
Excel
Spreminjanje odgovorov v Excelu pred uvozom
Če želite izvesti več sprememb v dokumentu z odgovori, se lahko odločite za izvoz in odprete datoteko v Excelu. Spremenite podatke (razen zgornjih dveh vrstic!) in nato shranite dokument kot datoteko .txt. Če ga shranite kot .csv, Excel privzeto uporablja ločila z vejicami, ki jih ni mogoče uvoziti nazaj v LimeSurvey. Če ga shrani kot datoteko .txt, Excel shrani urejeni dokument kot datoteko, ločeno s tabulatorji, ki jo uvozi nazaj v LimeSurvey.
Urejanje .csv z Excelom
Na splošno ne priporočamo uporabe Excela za urejanje izvoženih datotek .csv', ker Excel naredi nekaj sprememb v notranji strukturi podatkov datoteke csv, kar ima za posledico neuspešen uvoz. Če še vedno želite uporabljati Excel, morate ločilo za Excel nastaviti na vejico v System Control (Windows sistemi).
Če ne veste, kako to storiti, vendar ste svoj dokument že uredili in ga shranili kot .csv, poskusite rešitev, predlagano tukaj.
Excel - izvoz omejen na 255 stolpcev
Zaradi omejitev v Excelu (različice nižje in enake 2003) lahko LimeSurvey izvozi samo 255 stolpcev hkrati. Microsoft je predlagal rešitev kot makro VB.
Čeprav lahko novejše preglednice (Excel >= 2007, OpenOffice) prikažejo več kot 255 stolpcev, notranji modul, ki ga uporablja LimeSurvey, še vedno ne more izvoziti več kot 255 stolpcev.
Možni sta dve rešitvi:
- Izvozite v CSV in uvozite datoteko v programsko opremo za preglednice
- Uporabite več izvozov (z izbiro največ 250 stolpcev hkrati), nato združite izvožene rezultate
Excel/.csv - izvoz ni uspel
Če ne morete izvoziti svojih podatkov v excel ali v datoteko .csv, poskusite počistiti predpomnilnik brskalnika in piškotke.
CSV
CSV ima privzeto 255 stolpcev
Pri izvozu velikih anket LimeSurvey privzeto omeji izvoz na prvih 255 stolpcev. Če se želite temu izogniti, preprosto označite vse nize podatkov za izvoz.
SPSS izvoz
Možna sporočila o napakah v SPSS
ERROR. command name:Get Data
If you receive the error message ERROR. command name:Get Data. 2267 Unexpected Token missing., please edit the forth line of your syntax file so it points to the absolute path of the data file like
Error: "Text value unmappable in the current server locale"
This error can happen if you try to open an exported syntax file in SPSS 16. The solution is to force SPSS to interpret the syntax file as unicode.
Other problems and solutions
Copying responses into a different survey (using tokens)
- Create new survey, add a dummy response, export the response file, open in Excel. This creates the format for the new import file.
- Export the responses from the old survey, including tokens, open in Excel.
- Use this data to create an Excel worksheet for the standard token file import (eg. Firstname, Lastname, Token, Email address, Email status (OK), Language (En)). Save as .csv and import tokens to the new survey in LimeSurvey.
- In Excel, copy the response fields from the old survey responses that you want in the new survey (including token) into the appropriate Excel column of the new survey format.
- Save as .txt file.
- Use VVImport to import the new data into the new survey.
- Possible import errors include date format - some system date fields do not allow a NULL value, some do. If the date looks okay but gives an error, use the Excel cell format "2009-12-01".