Remove Duplicates
重複アイテムを削除します(任意でフィールド単位の指定も可能)。
テキスト加工RemoveDuplicates
概要
重複アイテムを削除します(任意でフィールド単位の指定も可能)。
Remove duplicate items (optionally by a field).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Items (list / DataTable) | variable | 必須 | 例: items | |
| Field (for list of objects) | string | 任意 | Object key/column; blank for scalar lists. 変数に対応 | |
| Store result in | variable | 必須 | 例: result |