x

Glavna poglavja

  1. LimeSurvey Cloud proti LimeSurvey CE
  2. LimeSurvey Cloud – Hitri vodnik
  3. LimeSurvey CE - Montaža
  4. Kako oblikovati dobro anketo (Vodnik)
  5. Začetek
  6. Konfiguracija LimeSurvey
  7. Uvod - Ankete
  8. Oglejte si nastavitve ankete
  9. Ogled menija ankete
  10. Oglejte si strukturo ankete
  11. Uvod - Vprašanja
  12. Uvod – skupine vprašanj
  13. Uvod – Ankete – Upravljanje
  14. Možnosti orodne vrstice ankete
  15. Večjezična anketa
  16. Vodnik za hitri začetek - ExpressionScript
  17. Napredne funkcije
  18. Splošna pogosta vprašanja
  19. Odpravljanje težav
  20. Rešitve
  21. Licenca
  22. Dnevnik sprememb različice
  23. Vtičniki – napredno
 Actions

Problems & solutions/sl: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "Č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 sh..."
Maren.fritz (talk | contribs)
Created page with "==Urejanje .csv z Excelom=="
Line 16: Line 16:




==Edit .csv with Excel==
==Urejanje .csv z Excelom==





Revision as of 10:08, 12 December 2023


Template:Opomba


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

In general we do not recommend to use Excel to edit the exported .csv files because Excel does some changes to the internal data structure of the csv file which results in a failing import. If you still want to use Excel, you have to set the separator for Excel to a comma in System Control (Windows systems).

If you do not know how to do it but you have already edited your document and save it as .csv, try the workaround suggested here.


Excel - export limited to 255 columns

Due to limitations in Excel (versions lower and equal to 2003), LimeSurvey can export only 255 columns at the same time. Microsoft has proposed a workaround as a VB macro.

Although newer spreadsheets (Excel >= 2007, OpenOffice) can display more than 255 columns, the internal module used by LimeSurvey still cannot export more than 255 columns.

Two workarounds are possible:

  • Either export to CSV and import the file into your spreadsheet software
  • Use multiple exports (selecting at most 250 columns at a time), then merge the exported results


Excel/.csv - export fails

If you are unable to export your data to excel or into a .csv file, please try to clear your browser cache and cookies.


CSV

CSV defaults to 255 columns

When exporting large surveys, LimeSurvey limits the export to the first 255 columns by default. To work around this, simply mark all data sets for export.


SPSS export

Possible error messages in 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

C:\spss\Data\limesurvey\SPSS\survey_35276_SPSS_data_file.dat


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.

Open SPSS. Go to Edit > Options > Character encoding for data and syntax. Change the option to "unicode".


Other problems and solutions

Copying responses into a different survey (using tokens)

  1. Create new survey, add a dummy response, export the response file, open in Excel. This creates the format for the new import file.
  2. Export the responses from the old survey, including tokens, open in Excel.
  3. 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.
  4. 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.
  5. Save as .txt file.
  6. Use VVImport to import the new data into the new survey.
  7. 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".