SAGA 9.3.3 | Tool Library Documentation

Select by String Expression


Description

Searches for an character string expression in the attributes table and selects records where the expression is found.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OptionsAttributetable fieldFIELDattribute to be searched; if not set all attributes will be searched-
ExpressiontextEXPRESSION--
Case SensitivebooleanCASE-Default: 1
Select if...choiceCOMPARE-Available Choices: [0] attribute is identical with search expression [1] attribute contains search expression [2] attribute is contained in search expression Default: 1
MethodchoiceMETHOD-Available Choices: [0] new selection [1] add to current selection [2] select from current selection [3] remove from current selection Default: 0

Command Line


Usage: saga_cmd table_tools 19 [-TABLE ] [-FIELD ] [-EXPRESSION ] [-CASE ] [-COMPARE ] [-METHOD ]
  -TABLE:     	Table
	table, input
  -FIELD:     	Attribute
	table field
  -EXPRESSION:	Expression
	text
  -CASE:      	Case Sensitive
	boolean
	Default: 1
  -COMPARE:   	Select if...
	choice
	Available Choices:
	[0] attribute is identical with search expression
	[1] attribute contains search expression
	[2] attribute is contained in search expression
	Default: 1
  -METHOD:    	Method
	choice
	Available Choices:
	[0] new selection
	[1] add to current selection
	[2] select from current selection
	[3] remove from current selection
	Default: 0