About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
資料の 英語版 に戻る
fillernode プロパティー
fillernode プロパティー
最終更新: 2025年2月11日
置換ノードで、フィールド値の置換やストレージの変更を行います。 CLEM 条件 (
など) に基づいて値を置換することを選択できます。 また、すべての空白値やヌル値を特定の値に置換することもできます。 置換ノードは、データ型ノードと一緒に使用される場合が多く、欠損値の置き換えが行われます。@BLANK(@FIELD)
例
node = stream.create("filler", "My node") node.setPropertyValue("fields", ["Age"]) node.setPropertyValue("replace_mode", "Always") node.setPropertyValue("condition", "(\"Age\" > 60) and (\"Sex\" = \"M\"") node.setPropertyValue("replace_with", "\"old man\"")
プロパティー |
データ・タイプ | プロパティーの説明 |
---|---|---|
|
list | 検査されて置換される値のデータセットのフィールド群。 |
|
|
すべての値、空白値、またはヌル値を置換できます。または、指定した条件に基づいて、置換できます。 |
|
string | |
|
string |
トピックは役に立ちましたか?
0/1000