Wrangler は列の値を置き換え、find-and-replace ディレクティブをレシピに追加します。データ パイプラインを実行すると、Cloud Data Fusion は列内の各値に変換を適用します。たとえば、Name という名前の列で、前の手順を使用して文字列 Doctor を Dr. に置き換えます。Wrangler は、ディレクティブ find-and-replace Name s/Doctor/Dr./g をレシピに追加します。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-14 UTC。"],[[["This page provides instructions on how to use the \"Find and replace\" feature within the Wrangler workspace of Cloud Data Fusion Studio."],["Wrangler enables users to find and replace specific values within columns, regardless of the data type."],["The process involves navigating to the desired column, selecting \"Find and replace,\" specifying the values to find and replace, and then executing the replacement."],["Upon completing the replacement, Wrangler automatically adds a `find-and-replace` directive to the recipe, which is then applied during the data pipeline's execution."]]],[]]