Split Text
区切り文字でテキストを分割してリストにします。
データStringSplit
概要
区切り文字でテキストを分割してリストにします。
Split text by a delimiter into a list.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input text | string | 必須 | Text to process. Variables are supported. 例: {{{text}}} 変数に対応 | |
| Delimiter | string | 必須 | , | Text to split on. 例: , 変数に対応 |
| Store result in | variable | 必須 | 例: result |