Type: nodetool.list.FilterDictsByValue
Namespace: nodetool.list
Description
Filters a list of dictionaries based on their values using various criteria. list, filter, dictionary, values
Use cases:
- Filter dictionaries by value content
- Filter dictionaries by value type
- Filter dictionaries by value patterns
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[Dict[Any, Any]] |
[] |
|
| key | str |
The dictionary key to check | `` |
| filter_type | Enum['contains', 'starts_with', 'ends_with', 'equals', 'type_is', 'length_greater', 'length_less', 'exact_length'] |
The type of filter to apply | contains |
| criteria | str |
The filtering criteria (text to match, type name, or length as string) | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | List[Dict[Any, Any]] |
Metadata
Related Nodes
Browse other nodes in the nodetool.list namespace.