View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
12734 | Bug reports | Import/Export | public | 2017-09-28 18:49 | 2018-01-15 10:41 |
Reporter | DenisChenu | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.7x.x | ||||
Fixed in Version | 2.7x.x | ||||
Summary | 12734: SPSS : exporting complete or uncomplete make different syntax | ||||
Description | When exporting complete or uncomplete : we can have different syntax file. I think it must be the same | ||||
Steps To Reproduce | Import included survey : export all and just uncomplete after. the size/with of variable are not the same. | ||||
Additional Information | I think there are another biggest issue : even with SPSS>16 : text size can be cut to 1 character by syntax (even when export whole). My big issue : who know SPSS syntax ???? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | 2.71.1 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | not relevant | ||||
Database type & version | mysql | ||||
Server OS (if known) | not relevant | ||||
Webserver software & version (if known) | not relevant | ||||
PHP Version | not relevant | ||||
related to | 12697 | closed | DenisChenu | SPSS Export - responses truncated for incomplete answers |
OK : confirm the biggest issue : SPSS syntax can truncate text and numeric value. Due to : take 500 1st line to know the width … bad code here … |
|
I found only this part about SPSS/PSPP format … But seems it's for .dat format file (fixed column width …). Need help from SPSS specialist :) |
|
Limesurvey has never generated SPSS syntax code which was correct in terms of variable length. That was even the case in 2.05, 2.06. |
|
I already find the max length of string size in triple-s with success. It's the reason i think we can get it :). Currently : there are issue with Arry number : always show as dropdown. But like say on github : try to fix issue here and really improve code and create a new core plugin for 3.0. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=24334 |
|
I apply fix in 3.0 after |
|
Fix committed to develop branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=24350 |
|
Version 3.0.3 released. |
|
LimeSurvey: master aaaf8454 2017-10-30 16:39
Committer: GitHub Details Diff |
Fixed issue 12697: SPSS Export - responses truncated for incomplete answers (#815) Fixed issue 12697: SPSS Export - responses truncated for incomplete answers Dev: force_refresh before exporting (like export by plugins) Dev: unsure it fix THIS issue, but clearly : force_refresh seem needed Fixed issue 12734: SPSS : exporting complete or uncomplete make different syntax Dev: get the real size for string/text in the DB Dev: Must review numeric (N/K) part ? Dev: What for float ? Dev: Fix invalid var without minus Dev: MAX for max … Dev: Fix export Array text and multi text as string (get size) Dev: default is to export as string Dev: Fix other/comment issue … Dev: Fix badly set array number as dropdown for text input Dev: fix controller part Dev: Fix width of numeric is total width Dev: readding $length_vallabel = 120; Dev: constant for all SPSS version ? Dev: Fixed issue other and comment must be string |
Affected Issues 12697, 12734 |
|
mod - application/controllers/admin/export.php | Diff File | ||
mod - application/helpers/export_helper.php | Diff File | ||
LimeSurvey: develop 50f83ded 2017-10-31 15:54 Details Diff |
Fixed issue 12697: SPSS Export - responses truncated for incomplete answers Fixed issue 12734: SPSS : exporting complete or uncomplete make different syntax Dev: Conflicts: application/helpers/export_helper.php |
Affected Issues 12697, 12734 |
|
mod - application/controllers/admin/export.php | Diff File | ||
mod - application/helpers/export_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-09-28 18:49 | DenisChenu | New Issue | |
2017-09-28 18:49 | DenisChenu | File Added: survey_archive_SPSS_littleissue.lsa | |
2017-09-28 18:58 | DenisChenu | File Added: survey_archive_SPSS_bigissue.lsa | |
2017-09-28 18:58 | DenisChenu | Note Added: 44522 | |
2017-09-29 08:36 | DenisChenu | Note Added: 44525 | |
2017-09-29 16:34 | jelo | Note Added: 44531 | |
2017-09-29 17:11 | DenisChenu | Note Added: 44534 | |
2017-10-03 08:23 | DenisChenu | Relationship added | has duplicate 12697 |
2017-10-13 13:47 | DenisChenu | Assigned To | => DenisChenu |
2017-10-13 13:47 | DenisChenu | Status | new => assigned |
2017-10-13 13:48 | DenisChenu | Relationship replaced | related to 12697 |
2017-10-13 13:48 | DenisChenu | Relationship replaced | has duplicate 12697 |
2017-10-13 13:48 | DenisChenu | Relationship replaced | related to 12697 |
2017-10-30 15:39 |
|
Changeset attached | => LimeSurvey master aaaf8454 |
2017-10-30 15:39 |
|
Note Added: 44903 | |
2017-10-30 15:39 |
|
Assigned To | DenisChenu => user70560 |
2017-10-30 15:39 |
|
Resolution | open => fixed |
2017-10-30 18:20 | DenisChenu | Assigned To | user70560 => DenisChenu |
2017-10-30 18:20 | DenisChenu | Status | assigned => resolved |
2017-10-30 18:20 | DenisChenu | Fixed in Version | => 2.7x.x |
2017-10-30 18:20 | DenisChenu | Note Added: 44905 | |
2017-10-31 14:54 | DenisChenu | Changeset attached | => LimeSurvey develop 50f83ded |
2017-10-31 14:54 | DenisChenu | Note Added: 44910 | |
2018-01-15 10:41 | c_schmitz | Note Added: 45779 | |
2018-01-15 10:41 | c_schmitz | Status | resolved => closed |