Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: CSV Data Import: Incorrect handling of decimal separators #2518

Closed
2 of 3 tasks
Ambroise-D opened this issue Jan 8, 2024 · 2 comments
Closed
2 of 3 tasks

[Bug]: CSV Data Import: Incorrect handling of decimal separators #2518

Ambroise-D opened this issue Jan 8, 2024 · 2 comments
Assignees

Comments

@Ambroise-D
Copy link

JASP Version

0.18.2

Commit ID

No response

JASP Module

Other

What analysis are you seeing the problem on?

Data editing module

What OS are you seeing the problem on?

Windows 10

Bug Description

After upgrading from JASP 18.1 to 18.2, I've noticed that the software now interprets decimal separators in CSV files incorrectly. Specifically, it reads variables as text type because it don't treats commas as decimal separators (or it don't modify it to dot). This behavior was not present in JASP 18.1. where csv with commas were properly imported by program.
jasp_comparission

Expected Behaviour

I would expect JASP 18.2 to read variables with commas as decimal separators as continuous variables, similar to how it was handled in JASP 18.1.

Steps to Reproduce

  1. Import a CSV file with variables that contain commas as decimal separators.
  2. Observe that JASP 18.2 interprets these variables as text types instead of continuous variables.
  3. Verify that the same CSV file was correctly imported in JASP 18.1, with variables interpreted as continuous variables.

Log (if any)

No response

Final Checklist

  • I have included a screenshot showcasing the issue, if possible.
  • I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
  • I have accurately described the bug, and steps to reproduce it.
@boutinb
Copy link
Contributor

boutinb commented Jan 8, 2024

This is a known issue (cf. #2499), and we will make a hotfix release asap.

@boutinb
Copy link
Contributor

boutinb commented Jan 9, 2024

Maybe you can try already the 'beta' version of this release: https://static.jasp-stats.org/Nightlies/Windows/JASP-nightly-stable-9f2ded35ad14953c44584c49d58a96b9bc20b824.msi
This file is not signed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants