データ接続と統合Pipeline Builder ExpressionsUrl decode

注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。

Url decode

サポート対象: Batch, Streaming

パーセントエンコードされた文字列をプレーンテキストにデコードします。

式カテゴリー: Cast, String

宣言済み引数

  • - URLデコードする式。
    Expression<String>

出力タイプ: String

例 1: 基本ケース

引数の値:

  • : string
string出力
raw_string_with_no_special_charactersraw_string_with_no_special_characters
test%2Fapi%3Fstring%3D3test/api?string=3

例 2: Nullケース

引数の値:

  • : null

出力: null