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

Dataset: Incorrect column alignment when importing CSV with semicolon delimiters #3455

Open
ifarzana opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement An improvement to an existing feature
Milestone

Comments

@ifarzana
Copy link

When importing a CSV file, columns are not properly aligned when the CSV file uses semicolons (;) as delimiters instead of commas (,).

Steps to Reproduce

  1. Example CSV content:
Column1;Column2;Column3
1;John;Doe
2;Jane;Smith
  1. In Dataset Grid, access the DataSet.

  2. Go to Row Menu and select Import CSV

  3. Configure Import Settings:

  • Add CSV Files: Select the CSV file with semicolon delimiters using the file upload.
  • Ensure Overwrite existing data is checked.
  • Ensure Ignore first row option is checked.

Expected Behaviour:
The importer should correctly parse and align columns from CSV files

Actual Behaviour:
The columns from CSV do not correctly mapped to corresponding fields in the DataSet,
image

@ifarzana ifarzana added the bug label Jul 16, 2024
@dasgarner dasgarner added enhancement An improvement to an existing feature and removed bug labels Jul 17, 2024
@maurofmferrao maurofmferrao added this to the 4.2.0-alpha milestone Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants