@jef-n , @nyalldawson , I was thinking last night that it'd be nice to allow - through this newly-added UI - to rename fields in the save as... dialog.
@nirvn - go for it ;) based on your recent contributions I'd say you've got the skills! It could be implemented by adding a new stringlist parameter to QgsVectorFileWriter::writeAsVectorFormat for the new field names. Then around qgsvectorfilewriter.cpp:2090 you'd need to rename the field. Add a test in test_qgsvectorfilewriter.py to verify that the changes are working OK, then it's just the GUI changes to do.
This comment has been minimized.
@jef-n , @nyalldawson , I was thinking last night that it'd be nice to allow - through this newly-added UI - to rename fields in the save as... dialog.
This comment has been minimized.
@nirvn - go for it ;) based on your recent contributions I'd say you've got the skills! It could be implemented by adding a new stringlist parameter to QgsVectorFileWriter::writeAsVectorFormat for the new field names. Then around qgsvectorfilewriter.cpp:2090 you'd need to rename the field. Add a test in test_qgsvectorfilewriter.py to verify that the changes are working OK, then it's just the GUI changes to do.