mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-01 10:18:58 +00:00
add new ID property for processors and routes
This commit is contained in:
@@ -15,7 +15,8 @@ The `string.split` processor takes a string and turns it into an array of string
|
||||
Split incoming string on `,` i.e `"one,two,three"` -> `["one","two","three"]`
|
||||
|
||||
```yaml
|
||||
- type: string.split
|
||||
- id: split
|
||||
type: string.split
|
||||
params:
|
||||
separator: ","
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user