SAGA-GIS Module Library Documentation (v2.3.0)

Module Delete Fields

Deletes selected fields from a table or shapefile.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableTable (input)TABLEInput table or shapefile-
OutputOutput table with field(s) deleted (*)Table (optional output)OUT_TABLE--
Output shapes with field(s) deleted (*)Shapes (optional output)OUT_SHAPES--
OptionsFieldsTable fieldsFIELDS--
(*) optional

Command-line

Usage: saga_cmd table_tools 11 [-TABLE <str>] [-FIELDS <str>] [-OUT_TABLE <str>] [-OUT_SHAPES <str>]
  -TABLE:<str>     	Table
	Table (input)
  -FIELDS:<str>    	Fields
	Table fields
  -OUT_TABLE:<str> 	Output table with field(s) deleted
	Table (optional output)
  -OUT_SHAPES:<str>	Output shapes with field(s) deleted
	Shapes (optional output)