SAGA-GIS Tool Library Documentation (v9.2.0)

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