SAGA 9.9.1 | Tool Library Documentation

Merge Tables


Description

Merge tables.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTablestable list, inputINPUTThe resulting table inherits its field structure from the first table in this list.-
OutputMerged Tabletable, outputMERGED--
OptionsAdd Source InformationbooleanSRCINFOAdds a field with the name of the original input data set.Default: 1
Match Fields by NamebooleanMATCH-Default: 1
DeletebooleanDELETEDeletes each input data set immediately after it has been merged, thus saving memory resources.Default: 0

Command Line


Usage: saga_cmd shapes_tools 24 [-INPUT ] [-MERGED ] [-SRCINFO ] [-MATCH ] [-DELETE ]
  -INPUT:     Tables
	table list, input
  -MERGED:    Merged Table
	table, output
  -SRCINFO:   Add Source Information
	boolean
	Default: 1
  -MATCH:     Match Fields by Name
	boolean
	Default: 1
  -DELETE:    Delete
	boolean
	Default: 0