We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing a CSV file, columns are not properly aligned when the CSV file uses semicolons (;) as delimiters instead of commas (,).
;
,
Column1;Column2;Column3 1;John;Doe 2;Jane;Smith
In Dataset Grid, access the DataSet.
Go to Row Menu and select Import CSV
Import CSV
Configure Import Settings:
Overwrite existing data
Ignore first row
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,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When importing a CSV file, columns are not properly aligned when the CSV file uses semicolons (
;
) as delimiters instead of commas (,
).Steps to Reproduce
In Dataset Grid, access the DataSet.
Go to Row Menu and select
Import CSV
Configure Import Settings:
Overwrite existing data
is checked.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,
The text was updated successfully, but these errors were encountered: