View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
13731 | Bug reports | Import/Export | public | 2018-06-01 15:06 | 2018-06-15 14:27 |
Reporter | JuliaP | Assigned To | DenisChenu | ||
Priority | none | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 3.0.x | ||||
Fixed in Version | 3.8.x | ||||
Summary | 13731: SPSS export does not recognise line breaks in open comments | ||||
Description | When exporting survey responses to an SPSS command file (to SPSS 25), line breaks are ignored in long free text comments. This results in e.g. the comment: | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | Version 2.67.3+170728 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | not known | ||||
Server OS (if known) | not known | ||||
Webserver software & version (if known) | not known | ||||
PHP Version | not known | ||||
Action is done here : https://github.com/LimeSurvey/LimeSurvey/blob/ca844d498966355614ac446b48306b0df34d2f8c/application/helpers/export_helper.php#L215 Can you test replacing with fir the 2 part ? Tottaly unsure of SPSS compatibility with such fixes, and maybe related to SPSS version … |
|
@DenisChenu, did I get you right that I should adjust the code this way by adjusting the second IF(...) with the adjusted str_replace(...) details? |
|
We can't export line feed ias line feed in SPSS because SPSS don't understand line feed. But seems export remove line feed and don't replace it by a space. |
|
Replacing line feed by white space. |
|
New version released. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2018-06-01 15:06 | JuliaP | New Issue | |
2018-06-02 14:06 | DenisChenu | Note Added: 47945 | |
2018-06-02 14:07 | DenisChenu | Note Edited: 47945 | |
2018-06-05 12:37 | Mazi | Note Added: 47987 | |
2018-06-06 09:13 | DenisChenu | Note Added: 47997 | |
2018-06-06 09:25 | DenisChenu | Changeset attached | => LimeSurvey master 3283f3ea |
2018-06-06 09:26 | DenisChenu | Assigned To | => DenisChenu |
2018-06-06 09:26 | DenisChenu | Status | new => closed |
2018-06-06 09:26 | DenisChenu | Resolution | open => fixed |
2018-06-06 09:26 | DenisChenu | Fixed in Version | => 3.8.x |
2018-06-06 09:26 | DenisChenu | Note Added: 47998 | |
2018-06-06 09:27 | DenisChenu | Status | closed => resolved |
2018-06-06 09:27 | DenisChenu | Product Version | => 3.0.x |
2018-06-15 14:27 | c_schmitz | Note Added: 48130 | |
2018-06-15 14:27 | c_schmitz | Status | resolved => closed |