SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Join Attributes from a Table (Shapes)

Joins two tables using key attributes.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputInput TableShapes, inputTABLE_A--
Join TableTable, inputTABLE_B--
OutputResult (*)Shapes, output, optionalRESULT--
Unjoined Records (*)Table, output, optionalUNJOINEDCollect unjoined records from join table.-
OptionsInput Join FieldTable fieldID_A--
Join Table FieldTable fieldID_B--
Add All FieldsBooleanFIELDS_ALL-Default: 1
FieldsTable fieldsFIELDS--
Keep AllBooleanKEEP_ALL-Default: 1
Case Sensitive String ComparisonBooleanCMP_CASE-Default: 1
(*) optional

Command-line

Usage: saga_cmd table_tools 4 [-TABLE_A <str>] [-TABLE_B <str>] [-RESULT <str>] [-ID_A <str>] [-ID_B <str>] [-FIELDS_ALL <str>] [-FIELDS <str>] [-KEEP_ALL <str>] [-CMP_CASE <str>] [-UNJOINED <str>]
  -TABLE_A:<str>   	Input Table
	Shapes, input
  -TABLE_B:<str>   	Join Table
	Table, input
  -RESULT:<str>    	Result
	Shapes, output, optional
  -ID_A:<str>      	Input Join Field
	Table field
  -ID_B:<str>      	Join Table Field
	Table field
  -FIELDS_ALL:<str>	Add All Fields
	Boolean
	Default: 1
  -FIELDS:<str>    	Fields
	Table fields
  -KEEP_ALL:<str>  	Keep All
	Boolean
	Default: 1
  -CMP_CASE:<str>  	Case Sensitive String Comparison
	Boolean
	Default: 1
  -UNJOINED:<str>  	Unjoined Records
	Table, output, optional