Skip to content

Commit

Permalink
[processing] Join by field value can export unmatched records (#2890)
Browse files Browse the repository at this point in the history
fixes #2869
  • Loading branch information
ghtmtt authored and DelazJ committed Sep 5, 2018
1 parent 654e687 commit 027f378
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Parameters

``Unique identifier field`` [string]
Optional

Specify the column with unique ID.

``Geometry field`` [string]
Expand Down Expand Up @@ -333,6 +333,11 @@ Outputs
``Joined layer`` [vector: any]
Final vector layer with the attribute table as result of the joining.

``Unjoinable features from first layer`` [vector: any] |34|
Optional

Vector layer of the non matching features resulting from the joining.


.. _qgisjoinattributesbylocation:

Expand Down Expand Up @@ -657,4 +662,5 @@ Parameters
source folder.
.. |32| replace:: :kbd:`NEW in 3.2`
.. |34| replace:: :kbd:`NEW in 3.4`
.. |updatedisclaimer| replace:: :disclaimer:`Docs in progress for 'QGIS testing'. Visit http://docs.qgis.org/2.18 for QGIS 2.18 docs and translations.`

0 comments on commit 027f378

Please sign in to comment.