Merge Tables
- Author: O.Conrad (c) 2014
- Menu: Table | Tools
Description
Merge tables.
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Tables | table list, input | INPUT | The resulting table inherits its field structure from the first table in this list. | - | 
| Output | Merged Table | table, output | MERGED | - | - | 
| Options | Add Source Information | boolean | SRCINFO | Adds a field with the name of the original input data set. | Default: 1 | 
| Match Fields by Name | boolean | MATCH | - | Default: 1 | 
| Delete | boolean | DELETE | Deletes 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