Feature request #16638
Field mapper when copy and pasting geometries
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Attribute table | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 24538 |
Description
I think there was a discussion a while back on the dev list about this feature. But here is my wish-list:
A feature to allow users to map (not in GIS sense) fields from source attribute table to target attribute table when copy and pasting features from one layer to another layer.
Currently, QGIS pastes the source attribute table in the same order as the target layer. See the attached screenshots for the current vs. proposed feature:
History
#1 Updated by Saber Razmjooei over 7 years ago
- File target_attribute_table.png added
- File source_attribute_table.png added
- File Proposed_copy and paste result using field mapper.png added
- File Current_copy and paste result.png added
source_attribute_table.png shows the table where user copies the features from.
target_attribute_table.png shows the table where features will be pasted to
Current_copy and paste result.png : shows the current behaviour of QGIS. Although I have never got this right. QGIS is picky about field type, field length and all the time, I end up with NULL for the pasted features
Proposed_copy and paste result using field mapper.png: Shows the proposed behaviour, where user has mapped Officer field from the source layer to Name field in the target layer. The Date field was omitted
#2 Updated by Regis Haubourg over 7 years ago
Hi Saber,
there is a QEP talking of this: [[https://github.com/qgis/QGIS-Enhancement-Proposals/issues/89]]