Tool Add Indicator Fields for Categories
Adds for each unique value found in the category field an indicator field that will show a value of one (1) for all records with this category value and zero (0) for all others. This might be used e.g. for subsequent indicator kriging. 
- Author: O.Conrad (c) 2015
 
- Menu: Table|Tools
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Table | Table (input) | TABLE | Input table or shapefile | - | 
| Output | Output table with field(s) deleted (*) | Table (optional output) | OUT_TABLE | - | - | 
 | Output shapes with field(s) deleted (*) | Shapes (optional output) | OUT_SHAPES | - | - | 
| Options | Categories | Table field | FIELD | - | - | 
| (*) optional | 
Command-line
Usage: saga_cmd table_tools 20 [-TABLE <str>] [-FIELD <str>] [-OUT_TABLE <str>] [-OUT_SHAPES <str>]
  -TABLE:<str>     	Table
	Table (input)
  -FIELD:<str>     	Categories
	Table field
  -OUT_TABLE:<str> 	Output table with field(s) deleted
	Table (optional output)
  -OUT_SHAPES:<str>	Output shapes with field(s) deleted
	Shapes (optional output)