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

Fix filtered map for bool #85

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

Jounik53
Copy link
Contributor

@Jounik53 Jounik53 commented Feb 15, 2024

Description

The correction is necessary so that when importing files, values with the "bool" type are correctly replaced. To get the correct match and eliminate errors when using parsing in bool values.

When exporting the bool value "true" in the csv file, the values "yes" were obtained, which made it impossible to convert the value to the "bool" type and caused an exception.

References

QA-test:

Jira-link:

Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Export_3.801.0-pr-85-ecca.zip
https://vc3prerelease.blob.core.windows.net/packages/VirtoCommerce.Export_3.801.0-pr-85-95f4.zip

@vc-ci
Copy link
Contributor

vc-ci commented Feb 15, 2024

Reveiw task created: https://virtocommerce.atlassian.net/browse/VCST-521

@Jounik53 Jounik53 changed the title VCPS Change filtered map for bool Change filtered map for bool Feb 15, 2024
@Jounik53 Jounik53 changed the title Change filtered map for bool Fix filtered map for bool Feb 15, 2024
Copy link

sonarcloud bot commented Feb 15, 2024

@AlexTzykin AlexTzykin merged commit e0e241d into dev Feb 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants