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

preserve field alias when exporting formatted values in Export to spreadsheet algorithm (fix #59403) #60542

Merged

Conversation

alexbruy
Copy link
Contributor

Description

When "Export formatted values" option in "Export to spreadsheet" algorithm is checked field alias is ignored even if "Use field alias" checkbox is also checked. This happens because FieldValueConverter does not preserve field alias.

Fixes #59403.

@alexbruy alexbruy added Processing Relating to QGIS Processing framework or individual Processing algorithms backport release-3_40 labels Feb 11, 2025
@alexbruy alexbruy requested a review from nyalldawson February 11, 2025 11:48
@github-actions github-actions bot added this to the 3.42.0 milestone Feb 11, 2025
Copy link

github-actions bot commented Feb 11, 2025

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit cf8b1ab)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit cf8b1ab)

@lbartoletti lbartoletti merged commit fd8b3b3 into qgis:master Feb 11, 2025
42 checks passed
@alexbruy alexbruy deleted the processing-export-spreadsheet-field-alias branch February 11, 2025 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-3_40 Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alias not exported with algorithm Export to spreadsheet with Value Relation widget
3 participants