ColumnNameEndsWith / Select Layer

Select columns whose names end with a specific suffix. Useful for:

  • Selecting columns by units (_kg, _m, _sec)
  • Finding computed columns (_mean, _sum)
  • Filtering by categories (_id, _code)
  • Grouping related features (_v1, _v2)
  • Processing versioned data (_old, _new)
Table
0
0
Table

Suffix

string

The ending text to match in column names. Case-sensitive. Examples: _total matches (sales_total, cost_total) _2023 matches (jan_2023, feb_2023)